Home
last modified time | relevance | path

Searched refs:TEST (Results 101 – 125 of 242) sorted by relevance

12345678910

/freebsd/contrib/googletest/googletest/test/
H A Dgtest_main_unittest.cc37 TEST(GTestMainTest, ShouldSucceed) {} in TEST() function
H A Dgoogletest-uninitialized-test_.cc32 TEST(DummyTest, Dummy) { in TEST() function
H A Dgoogletest-color-test_.cc45 TEST(GTestColorTest, Dummy) {} in TEST() function
H A Dgtest_skip_test.cc37 TEST(SkipTest, DoesSkip) { in TEST() function
H A Dgtest_skip_in_environment_setup_test.cc42 TEST(Test, AlwaysFails) { EXPECT_EQ(true, false); } in TEST() function
H A Dgoogletest-global-environment-unittest_.cc50 TEST(SomeTest, DoesFoo) { FAIL() << "Unexpected call"; } in TEST() function
H A Dgtest_prod_test.cc38 TEST(PrivateCodeTest, CanAccessPrivateMembers) { in TEST() function
H A Dgoogletest-break-on-failure-unittest_.cc50 TEST(Foo, Bar) { EXPECT_EQ(2, 3); } in TEST() function
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-port_test.cc42 TEST(DummyTest, Dummy) {} in TEST() function
H A Dgmock_ex_test.cc57 TEST(DefaultValueTest, ThrowsRuntimeErrorWhenNoDefaultValue) { in TEST() function
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Dexecutor_symbol_def_test.cpp15 TEST(ExecutorSymbolDefTest, Serialization) { in TEST() function
H A Dextensible_rtti_test.cpp32 TEST(ExtensibleRTTITest, BaseCheck) { in TEST() function
/freebsd/contrib/netbsd-tests/net/net/
H A Dt_tcp.c57 #ifdef TEST
170 #ifndef TEST
H A Dt_unix.c63 #ifdef TEST
261 #ifndef TEST
/freebsd/contrib/capsicum-test/
H A Dsysctl.cc9 TEST(Sysctl, Capability) { in TEST() function
/freebsd/contrib/googletest/googletest/samples/
H A Dsample4_unittest.cc37 TEST(Counter, Increment) { in TEST() function
/freebsd/crypto/openssl/test/
H A Ddata.bin1 TEST DATA
H A Dfips-alt.cnf11 # TEST-RAND). This also means that EVP_default_properties_is_fips_enabled()
H A Dfips.cnf14 # TEST-RAND). This also means that EVP_default_properties_is_fips_enabled()
/freebsd/tools/regression/posixsem/
H A Dtest.h43 #define TEST(function, name) \ macro
/freebsd/tools/test/stress2/lib/
H A Drandom_int.c38 #ifdef TEST
/freebsd/contrib/netbsd-tests/lib/libc/gen/
H A Disqemu.h84 #ifdef TEST
/freebsd/sys/kern/
H A Dsubr_kobj.c36 #ifndef TEST
40 #ifdef TEST
/freebsd/contrib/googletest/docs/
H A Dprimer.md73 Exercise a particular program path with specific input values and verify the results | [TEST()](#si…
149 1. Use the `TEST()` macro to define and name a test function. These are
158 TEST(TestSuiteName, TestName) {
163 `TEST()` arguments go from general to specific. The *first* argument is the name
180 TEST(FactorialTest, HandlesZeroInput) {
185 TEST(FactorialTest, HandlesPositiveInput) {
195 `TEST()` should be the same. In the above example, we have two tests,
226 When using a fixture, use `TEST_F()` instead of `TEST()` as it allows you to
235 Unlike `TEST()`, in `TEST_F()` the first argument must be the name of the test
340 `TEST()` and `TEST_F()` implicitly register their tests with GoogleTest. So,
/freebsd/tools/regression/net80211/wep/
H A Dtest_wep.c129 #define TEST(n,name,cipher,keyix,iv0,iv1,iv2,iv3) { \ macro
148 TEST(1, "WEP test mpdu 1", WEP, 2, 0xfb, 0x02, 0x9e, 0x80),

12345678910