Searched refs:ITestCase (Results 1 – 6 of 6) sorted by relevance
41 public void onPass(ITestCase passTest); in onPass()43 public void onFail(ITestCase failTest); in onFail()
48 public interface ITestCase { interface
30 public abstract class AbstractTest implements ITestCase {
642 public void onPass(ITestCase passTest) { in onPass()646 public void onFail(ITestCase failTest) { in onFail()
49 public void onFail(ITestCase failTest) { in onFail()62 public void onPass(ITestCase passTest) { in onPass()
611 struct ITestCase : IShared { struct614 virtual ~ITestCase();635 class MethodTestCase : public SharedImpl<ITestCase> {663 ( ITestCase* testCase,2809 struct ITestCase;2848 TestCase( ITestCase* testCase, TestCaseInfo const& info );2863 Ptr<ITestCase> test;2866 TestCase makeTestCase( ITestCase* testCase,2904 class OcMethod : public SharedImpl<ITestCase> {6517 class FreeFunctionTestCase : public SharedImpl<ITestCase> {[all …]