MCPcopy Create free account
hub / github.com/antvis/F2Native / testTimeSharingLinear

Function testTimeSharingLinear

tests/main.cpp:39–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39void testTimeSharingLinear() {
40 XCTAssertEqual(unit::TimeSharingLinear::WithoutTimeRange(), YES);
41 XCTAssertEqual(unit::TimeSharingLinear::TimeRangeHS(), YES);
42 XCTAssertEqual(unit::TimeSharingLinear::TimeRangeHSSameMiddleRange(), YES);
43 XCTAssertEqual(unit::TimeSharingLinear::TimeRangeHK(), YES);
44 XCTAssertEqual(unit::TimeSharingLinear::TimeRangeUS(), YES);
45 XCTAssertEqual(unit::TimeSharingLinear::Scale(), YES);
46 XCTAssertEqual(unit::TimeSharingLinear::Invert(), YES);
47}
48
49void testScaleController() {
50 XCTAssertEqual(unit::ScaleController::MakeScaleWithEmptyData(), YES);

Calls

no outgoing calls

Tested by

no test coverage detected