Home
last modified time | relevance | path

Searched defs:sut (Results 1 – 10 of 10) sorted by relevance

/external/clang/tools/scan-build-py/tests/unit/
Dtest_analyze.py7 import libscanbuild.analyze as sut namespace
Dtest_libear.py7 import libear as sut namespace
Dtest_clang.py8 import libscanbuild.clang as sut namespace
Dtest_shell.py7 import libscanbuild.shell as sut namespace
Dtest_intercept.py8 import libscanbuild.intercept as sut namespace
Dtest_compilation.py7 import libscanbuild.compilation as sut namespace
Dtest_report.py8 import libscanbuild.report as sut namespace
Dtest_runner.py8 import libscanbuild.runner as sut namespace
/external/guice/extensions/persist/test/com/google/inject/persist/jpa/
DJpaPersistServiceTest.java37 …private final JpaPersistService sut = new JpaPersistService(PERSISTENCE_UNIT_NAME, PERSISTENCE_PRO… field in JpaPersistServiceTest
/external/mockito/src/test/java/org/mockitousage/bugs/injection/
DParentTestMockInjectionTest.java37 @InjectMocks private TestedSystem sut = new TestedSystem(); field in ParentTestMockInjectionTest.ImplicitTest