Guess What I’m Doing

Here’s a snippet:

	- (void) testSettingPositionString
	{
		NSString * pos = [NSString stringWithString:@"rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1"];
		[conv setPositionString: pos];
		STAssertTrue([conv positionString] == pos, @"Position string not set");
	}

:-)

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*