Searched defs:TestCase (Results 1 – 5 of 5) sorted by relevance
45 static class TestCase { class in MacAddressTest51 TestCase(String macAddress, String ouiString, int addressType, boolean isLocallyAssigned) { in TestCase() method in MacAddressTest.TestCase
18 TestCase = collections.namedtuple("TestCase", [ variable
381 public static class TestCase { class in UnbundledChooserActivityWorkProfileTest401 public TestCase(boolean isSendAction, boolean hasCrossProfileIntents, in TestCase() method in UnbundledChooserActivityWorkProfileTest.TestCase
155 pub struct TestCase { struct156 pub loc: SourceRange,157 pub input: String,320 impl Eq for TestCase {} implementation321 impl PartialEq for TestCase { implementation