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

Function Java_com_antgroup_antv_f2_F2TestProxy_runTest

tests/main.cpp:61–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59//单测的入口
60extern "C"
61JNIEXPORT jint JNICALL
62Java_com_antgroup_antv_f2_F2TestProxy_runTest(JNIEnv *env) {
63 F2_LOG_I("F2Test", "Start F2 Unit Test!\n");
64 testLinear();
65 F2_LOG_I("F2Test", "Linear Test Passed!\n");
66 testCategory();
67 F2_LOG_I("F2Test", "Category Passed!\n");
68 testTimeSharingLinear();
69 F2_LOG_I("F2Test", "TimeSharingLinear Category Passed!\n");
70 testScaleController();
71 F2_LOG_I("F2Test", "ScaleController Category Passed!\n");
72 F2_LOG_I("F2Test", "All Passed!\n");
73 return 1;
74}

Callers

nothing calls this directly

Calls 4

testLinearFunction · 0.85
testCategoryFunction · 0.85
testTimeSharingLinearFunction · 0.85
testScaleControllerFunction · 0.85

Tested by

no test coverage detected