OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unittest
(Results
51 - 75
of
116
) sorted by null
1
2
3
4
5
/external/gtest/test/
gtest_color_test_.cc
48
// The purpose of this is to ensure that the
UnitTest
singleton is
gtest_break_on_failure_unittest.py
46
import
unittest
namespace
92
class GTestBreakOnFailureUnitTest(
unittest
.TestCase):
gtest_color_test.py
39
import
unittest
namespace
68
class GTestColorTest(
unittest
.TestCase):
gtest_list_tests_unittest.py
46
import
unittest
namespace
93
class GTestListTestsUnitTest(
unittest
.TestCase):
gtest_throw_on_failure_test.py
42
import
unittest
namespace
80
class ThrowOnFailureTest(
unittest
.TestCase):
gtest_env_var_test_.cc
48
// that the
UnitTest
singleton is created before main() is entered.
gtest_output_test.py
47
import
unittest
namespace
223
class GTestOutputTest(
unittest
.TestCase):
gtest_xml_test_utils.py
37
import
unittest
namespace
44
class GTestXMLTestCase(
unittest
.TestCase):
gtest_xml_outfiles_test.py
40
import
unittest
namespace
/external/skia/include/xml/
SkDOM.h
90
SkDEBUGCODE(static void
UnitTest
();)
SkXMLWriter.h
70
SkDEBUGCODE(static void
UnitTest
();)
/external/skia/src/animator/
SkAnimatorScript.h
79
static void
UnitTest
();
SkXMLAnimatorWriter.cpp
58
void SkXMLAnimatorWriter::
UnitTest
(SkCanvas* canvas)
SkDisplayType.h
205
static void
UnitTest
();
/external/webkit/WebKitTools/Scripts/webkitpy/
outputcapture.py
29
# Class for
unittest
support. Used for capturing stderr/stdout.
/external/gtest/include/gtest/
gtest.h
358
// The constructor of TestInfo registers itself with the
UnitTest
465
// A
UnitTest
consists of a list of TestCases.
467
// This is a singleton class. The only instance of
UnitTest
is
468
// created when
UnitTest
::GetInstance() is first called. This
471
//
UnitTest
is not copyable.
475
class
UnitTest
{
477
// Gets the singleton
UnitTest
object. The first time this method
478
// is called, a
UnitTest
object is constructed and returned.
480
static
UnitTest
* GetInstance();
488
// The
UnitTest
object takes ownership of the given environment
[
all
...]
/external/webkit/WebKitTools/Scripts/webkitpy/style/
error_handlers_unittest.py
26
import
unittest
namespace
34
class StyleErrorHandlerTestBase(
unittest
.TestCase):
/external/webkit/WebKitTools/pywebsocket/test/
test_dispatch.py
38
import
unittest
namespace
51
class DispatcherTest(
unittest
.TestCase):
241
unittest
.main()
test_handshake.py
36
import
unittest
namespace
405
class HandshakerTest(
unittest
.TestCase):
510
unittest
.main()
/external/opencore/fileformats/mp4/composer/include/
textsampledescinfo.h
25
//
unittest
for the timed text file format
/external/skia/include/views/
SkMetaData.h
79
SkDEBUGCODE(static void
UnitTest
();)
/external/gtest/src/
gtest-internal-inl.h
947
// The private implementation of the
UnitTest
class. We don't protect
949
// user and the
UnitTest
class that delegates work to this class does
953
explicit UnitTestImpl(
UnitTest
* parent);
[
all
...]
/development/scripts/
divide_and_compress_test.py
27
import
unittest
namespace
41
class ValidAndRemoveTests(
unittest
.TestCase):
150
class FixArchiveTests(
unittest
.TestCase):
262
class AddFileToArchiveTest(
unittest
.TestCase):
324
class CompressDirectoryTest(
unittest
.TestCase):
489
unittest
.main()
/packages/apps/Calculator/
arity-2.1.2.jar
/external/skia/include/utils/
SkInterpolator.h
123
SkDEBUGCODE(static void
UnitTest
();)
Completed in 438 milliseconds
1
2
3
4
5