gusimplewhiteboard
SimpleWhiteboardTest Class Reference

Test class. More...

#import <SimpleWhiteboardTest.h>

Inheritance diagram for SimpleWhiteboardTest:
Collaboration diagram for SimpleWhiteboardTest:

Instance Methods

(void) - setUp [implementation]
 Setup objects for testing. More...
 
(void) - tearDown [implementation]
 Destroy testing objects. More...
 
(void) - testStringPutGet [implementation]
 String Test function for 'simple' whiteboard setter and getter. More...
 
(void) - testIntGetPutGetPut [implementation]
 Int Test function for 'simple' whiteboard setter and getter. More...
 
(void) - testFSMPutGet [implementation]
 
(void) - testSerializationSENSORSTorsoJointSensors [implementation]
 
(void) - testSerializationFilteredSonarObject [implementation]
 
(void) - testSerializationFilteredOneDimObject [implementation]
 
(void) - testSerializationFilteredArrayOneDimSonar [implementation]
 
(void) - testSerializationFilteredArrayOneDimObjects [implementation]
 
(void) - testVisionBallPutGet [implementation]
 
(void) - testSubscribe [implementation]
 
(void) - testStringPostings [implementation]
 
(void) - testEnvWhiteboardName [implementation]
 

Properties

int callbackCount
 counter used for testing callbacks More...
 
dispatch_semaphore_t semaphore
 not sure, some sem used in testing More...
 
NSString * stringValue
 not sure, some string for test More...
 

Detailed Description

Test class.

Definition at line 73 of file SimpleWhiteboardTest.h.

Method Documentation

◆ setUp

- (void) setUp
implementation

Setup objects for testing.

Definition at line 103 of file SimpleWhiteboardTest.mm.

References generic_whiteboard_object< object_type >::get_from().

◆ tearDown

- (void) tearDown
implementation

Destroy testing objects.

Definition at line 103 of file SimpleWhiteboardTest.mm.

◆ testEnvWhiteboardName

- (void) testEnvWhiteboardName
implementation

Definition at line 474 of file SimpleWhiteboardTest.mm.

◆ testFSMPutGet

- (void) testFSMPutGet
implementation

Definition at line 103 of file SimpleWhiteboardTest.mm.

◆ testIntGetPutGetPut

- (void) testIntGetPutGetPut
implementation

Int Test function for 'simple' whiteboard setter and getter.

Definition at line 103 of file SimpleWhiteboardTest.mm.

◆ testSerializationFilteredArrayOneDimObjects

- (void) testSerializationFilteredArrayOneDimObjects
implementation

Definition at line 103 of file SimpleWhiteboardTest.mm.

◆ testSerializationFilteredArrayOneDimSonar

- (void) testSerializationFilteredArrayOneDimSonar
implementation

Definition at line 103 of file SimpleWhiteboardTest.mm.

◆ testSerializationFilteredOneDimObject

- (void) testSerializationFilteredOneDimObject
implementation

Definition at line 103 of file SimpleWhiteboardTest.mm.

◆ testSerializationFilteredSonarObject

- (void) testSerializationFilteredSonarObject
implementation

Definition at line 103 of file SimpleWhiteboardTest.mm.

◆ testSerializationSENSORSTorsoJointSensors

- (void) testSerializationSENSORSTorsoJointSensors
implementation

Definition at line 103 of file SimpleWhiteboardTest.mm.

◆ testStringPostings

- (void) testStringPostings
implementation

Definition at line 474 of file SimpleWhiteboardTest.mm.

◆ testStringPutGet

- (void) testStringPutGet
implementation

String Test function for 'simple' whiteboard setter and getter.

Definition at line 103 of file SimpleWhiteboardTest.mm.

◆ testSubscribe

- (void) testSubscribe
implementation

Definition at line 103 of file SimpleWhiteboardTest.mm.

◆ testVisionBallPutGet

- (void) testVisionBallPutGet
implementation

Definition at line 103 of file SimpleWhiteboardTest.mm.

Property Documentation

◆ callbackCount

- (int) callbackCount
readwritenonatomicassign

counter used for testing callbacks

Definition at line 74 of file SimpleWhiteboardTest.h.

◆ semaphore

- (dispatch_semaphore_t) semaphore
readwritenonatomicassign

not sure, some sem used in testing

Definition at line 75 of file SimpleWhiteboardTest.h.

◆ stringValue

- (NSString*) stringValue
readwritenonatomicstrong

not sure, some string for test

Definition at line 76 of file SimpleWhiteboardTest.h.


The documentation for this class was generated from the following files: