HomeSort by relevance Sort by last modified time
    Searched defs:Tested (Results 1 - 7 of 7) sorted by null

  /external/mockito/src/test/java/org/mockitousage/annotation/
DeprecatedAnnotationEngineApiTest.java 29 @InjectMocks Tested tested = new Tested(); field in class:DeprecatedAnnotationEngineApiTest.SimpleTestCase
33 class Tested {
54 assertNotNull(test.tested.dependency);
55 assertSame(test.mock, test.tested.dependency);
70 assertNull(test.tested.dependency);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Ppi/SecPlatformInformation/
SecPlatformInformation.h 37 UINT32 Tested : 1;
  /device/linaro/bootloader/edk2/MdePkg/Include/Ppi/
SecPlatformInformation.h 49 /// If this field is zero, the processor has not been tested,
52 UINT32 Tested : 1;
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
FrameworkMpService.h 126 UINT32 Tested:1;
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/
test.go 153 being tested. The default is "set" unless -race is enabled,
164 The default is for each test to analyze only the package being tested.
524 fmt.Fprintf(os.Stderr, "warning: no packages being tested depend on %s\n", p.ImportPath)
546 // Prepare build + run + print actions for all packages being tested.
880 // We have made modifications to the package p being tested
1056 p.StaleReason = "depends on package being tested"
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/
test.go 153 being tested. The default is "set" unless -race is enabled,
164 The default is for each test to analyze only the package being tested.
524 fmt.Fprintf(os.Stderr, "warning: no packages being tested depend on %s\n", p.ImportPath)
546 // Prepare build + run + print actions for all packages being tested.
880 // We have made modifications to the package p being tested
1056 p.StaleReason = "depends on package being tested"
    [all...]
  /external/guava/guava-tests/test/com/google/common/reflect/
ElementTest.java 44 assertTrue(element.isAnnotationPresent(Tested.class));
55 assertTrue(element.isAnnotationPresent(Tested.class));
66 assertTrue(element.isAnnotationPresent(Tested.class));
77 assertTrue(element.isAnnotationPresent(Tested.class));
84 assertTrue(element.isAnnotationPresent(Tested.class));
90 assertTrue(element.isAnnotationPresent(Tested.class));
109 assertTrue(element.isAnnotationPresent(Tested.class));
117 assertTrue(element.isAnnotationPresent(Tested.class));
125 assertTrue(element.isAnnotationPresent(Tested.class));
135 assertTrue(element.isAnnotationPresent(Tested.class))
    [all...]

Completed in 675 milliseconds