Searched defs:TestCase (Results 1 – 3 of 3) sorted by relevance
28 public struct TestCase { struct in Antmicro.Renode.PeripheralsTests.SystemRDLMem1PeripheralTest29 public bool FLAG1 { get; set; }30 public bool FLAG2 { get; set; }31 public byte VALUE1 { get; set; }32 public uint VALUE2 { get; set; }33 public uint Memory { get; set; }
40 def end_test(self, test: running.TestCase, result: result.TestCase):
870 def _timeout_handler(test: robot.running.TestCase, result: robot.result.TestCase):