Home
last modified time | relevance | path

Searched refs:TestOneShot (Results 1 – 3 of 3) sorted by relevance

/dports/devel/agar/agar-1.5.0/tests/
H A Dtimeouts.c48 TestOneShot(AG_Event *event) in TestOneShot() function
126 AG_ButtonNewFn(hBox, 0, "Test One-Shot", TestOneShot, "%p", ti); in TestGUI()
/dports/lang/fpc-source/fpc-3.2.2/tests/test/units/fpcunit/
H A Dtcstrutils.pp196 Procedure TestOneShot(S : String);
214 TestOneShot(S);
221 TestOneShot(S);
/dports/devel/py-pyhashxx/pyhashxx-0.1.3/tests/
H A Dtest_oneshot.py5 class TestOneShot(unittest.TestCase): class