Home
last modified time | relevance | path

Searched defs:SyncTestCase (Results 1 – 2 of 2) sorted by relevance

/external/aws-sdk-java-v2/test/ruleset-testing-core/src/main/java/software/amazon/awssdk/core/rules/testing/
DSyncTestCase.java20 public final class SyncTestCase { class
26 public SyncTestCase(String description, Runnable operationRunnable, Expect expectation) { in SyncTestCase() method in SyncTestCase
30 …public SyncTestCase(String description, Runnable operationRunnable, Expect expectation, String ski… in SyncTestCase() method in SyncTestCase
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperationSingleQueueTests.cpp614 class SyncTestCase : public TestCase class
617 SyncTestCase(tcu::TestContext &testCtx, const std::string &name, SynchronizationType type, in SyncTestCase() function in vkt::synchronization::__anon3b0a42660111::SyncTestCase