Search found 1 match

by crypt
Mon Jul 02, 2012 8:53 am
Forum: NetBurner Software
Topic: Unit Testing
Replies: 1
Views: 1769

Unit Testing

I'm currently setting up some unit tests for our NetBurner code using a Java based connection. I have this piece of code, that I'd like to test a failure on.


int read_amount = read(fd_Network, network_buffer, FD_BUFFER_SIZE-1);

writeall(fd_Serial, network_buffer, read_amount);

iosys.h says ...