Searched
full:assertions (Results
326 -
350 of
2236) sorted by null
<<11121314151617181920>>
/external/mockito/src/test/java/org/mockito/internal/matchers/ |
CapturingMatcherTest.java | 7 import org.assertj.core.api.Assertions; 27 Assertions.assertThat(m.getAllValues()).containsSequence("foo", "bar");
|
/external/mockito/src/test/java/org/mockito/internal/util/collections/ |
ListUtilTest.java | 8 import org.assertj.core.api.Assertions; 30 Assertions.assertThat(filtered).containsSequence("one", "two", "three");
|
/external/testng/src/test/java/test/factory/ |
FactoryIntegrationTest.java | 10 import static org.assertj.core.api.Assertions.assertThat; 11 import static org.assertj.core.api.Assertions.failBecauseExceptionWasNotThrown;
|
/prebuilts/tools/common/m2/repository/org/gebish/geb-implicit-assertions/0.9.3/ |
geb-implicit-assertions-0.9.3.pom | 6 <artifactId>geb-implicit-assertions</artifactId> 8 <name>Geb Implicit Assertions</name>
|
/external/libcxx/docs/DesignDocs/ |
DebugMode.rst | 13 Libc++ provides a debug mode that enables assertions meant to detect incorrect 14 usage of the standard library. By default these assertions are disabled but 21 This macro is used to enable assertions and iterator debugging checks within 27 assertions. Defining ``_LIBCPP_DEBUG`` to ``1`` enables "iterator debugging" 28 which provides additional assertions about the validity of iterators used by
|
/external/mockito/src/test/java/org/mockitousage/matchers/ |
CapturingArgumentsTest.java | 8 import org.assertj.core.api.Assertions; 20 import static org.assertj.core.api.Assertions.assertThat; 170 Assertions.assertThat(argument.getAllValues()).containsOnly("bar"); 234 Assertions.assertThat(argumentCaptor.getAllValues()).containsExactly((byte) 1, (byte) 2); 248 Assertions.assertThat(argumentCaptor.getAllValues()).containsExactly((byte) 1, (byte) 2); 261 Assertions.assertThat(argumentCaptor.getAllValues()).containsExactly("a", "b", "c"); 276 Assertions.assertThat(argumentCaptor.getAllValues()).containsExactly("a", "b", "c", "again ?!"); 289 Assertions.assertThat(argumentCaptor.getAllValues()).containsExactly("a"); 303 Assertions.assertThat(argumentCaptor.getAllValues()).containsExactly("a", "b", "c"); 316 Assertions.assertThat(argumentCaptor.getValue()).contains("capturedValue") [all...] |
/external/autotest/client/tests/posixtest/ |
posixtestsuite-1.5.2.tar.gz | |
/external/mockito/src/test/java/org/mockito/internal/invocation/ |
InvocationImplTest.java | 8 import org.assertj.core.api.Assertions; 73 Assertions.assertThat(invocation.toString()).endsWith("simpleMethod(\"foo\");"); 79 Assertions.assertThat(invocation.toString()).endsWith("simpleMethod(\"foo\", 1);"); 85 Assertions.assertThat(invocation.toString()).endsWith("simpleMethod(null);"); 91 Assertions.assertThat(invocation.toString()).endsWith("oneArray([1, 2, 3]);"); 98 Assertions.assertThat(invocation.toString()).endsWith("oneArray(null);"); 104 Assertions.assertThat(invocation.toString()).endsWith(
|
/external/mockito/src/test/java/org/mockitousage/verification/ |
PrintingVerboseTypesWithArgumentsTest.java | 8 import org.assertj.core.api.Assertions; 15 import static org.assertj.core.api.Assertions.assertThat; 79 Assertions.assertThat(e.getMessage())
|
/external/mockito/src/test/java/org/mockitoutil/ |
SafeJUnitRuleTest.java | 3 import org.assertj.core.api.Assertions; 83 Assertions.assertThat(throwable).hasMessageContaining("Expecting message"); 100 Assertions.assertThat(throwable).hasMessageContaining("but was instance of");
|
/external/swiftshader/third_party/LLVM/ |
build-for-llvm-top.sh | 34 if test "$ASSERTIONS" -eq 1 ; then 35 config_options="$config_options --enable-assertions" 37 config_options="$config_options --disable-assertions"
|
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/ |
DeviceOwnerSetupTest.java | 22 // This test verifies that the setup assertions are working to verify
|
/external/clang/test/Analysis/ |
exercise-ps.c | 4 // (i.e., no assertions or crashes).
|
/external/clang/test/CodeGenCXX/ |
vtable-key-function.cpp | 11 // cause the vtable to be defined (without assertions.)
|
/external/junit-params/src/test/java/junitparams/ |
IgnoringTest.java | 3 import static org.assertj.core.api.Assertions.assertThat;
|
NullValuesTest.java | 3 import static org.assertj.core.api.Assertions.assertThat;
|
/external/junit-params/src/test/java/junitparams/converters/ |
NullableConverterTest.java | 9 import static org.assertj.core.api.Assertions.*;
|
/external/junit-params/src/test/java/junitparams/internal/ |
UtilsTest.java | 3 import static org.assertj.core.api.Assertions.assertThat;
|
/external/llvm/test/CodeGen/X86/ |
mul128.ll | 1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
|
pr16360.ll | 1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
|
urem-i8-constant.ll | 1 ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
|
vec_set-6.ll | 1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
|
vec_set-C.ll | 1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
|
/external/llvm/test/Transforms/InstCombine/ |
2006-12-01-BadFPVectorXform.ll | 1 ; NOTE: Assertions have been autogenerated by update_test_checks.py
|
mul-masked-bits.ll | 1 ; NOTE: Assertions have been autogenerated by update_test_checks.py
|
Completed in 309 milliseconds
<<11121314151617181920>>