Public Attributes | |
boolean | pass = false |
Boolean that tells if the test pass or failed. | |
String | different |
String with the responce of the DAQ. |
A boolean used to find out if the test failed or pass. The second memember is a string that has the string of the actual responce of the DAQ and is only useful if pass is false.
Definition at line 1351 of file DaqTests.java.