@import @import @implementation CPButtonTest : OJTestCase { } - (void)testCanCreate { var button = [CPButton buttonWithTitle:"hello world"]; [self assertTrue:!!button]; } @end