Home
last modified time | relevance | path

Searched defs:expectedCount (Results 1 – 25 of 71) sorted by relevance

123

/external/javaparser/javaparser-core-testing-bdd/src/test/java/com/github/javaparser/steps/
DCommentParsingSteps.java113 public void thenTheTotalNumberOfCommentsIs(int expectedCount) { in thenTheTotalNumberOfCommentsIs()
218 public void thenTheCompilationUnitHasContainedComments(int expectedCount) { in thenTheCompilationUnitHasContainedComments()
223 public void thenTheCompilationUnitHasExpectedCountOrphanComments(int expectedCount) { in thenTheCompilationUnitHasExpectedCountOrphanComments()
264 public void thenClassHasTotalContainedComments(int position, int expectedCount) { in thenClassHasTotalContainedComments()
271 public void thenClassHasOrphanComments(int position, int expectedCount) { in thenClassHasOrphanComments()
292 …nMethodInClassHasTotalContainedComments(int methodPosition, int classPosition, int expectedCount) { in thenMethodInClassHasTotalContainedComments()
309 …void thenMethodInClassHasOrphanComments(int methodPosition, int classPosition, int expectedCount) { in thenMethodInClassHasOrphanComments()
317 …nMethodInClassHasTotalContainedComments(int methodPosition, int classPosition, int expectedCount) { in thenBlockStatementInMethodInClassHasTotalContainedComments()
326 …atementInMethodInClassHasOrphanComments(int methodPosition, int classPosition, int expectedCount) { in thenBlockStatementInMethodInClassHasOrphanComments()
354 …ic void thenFieldInClassContainsComments(int fieldPosition, int classPosition, int expectedCount) { in thenFieldInClassContainsComments()
DVisitorSteps.java168 public void thenTheTotalNumberOfNodesVisitedIs(int expectedCount) { in thenTheTotalNumberOfNodesVisitedIs()
/external/truth/core/src/main/java/com/google/common/truth/
DMultisetSubject.java39 public final void hasCount(@Nullable Object element, int expectedCount) { in hasCount()
/external/aws-sdk-java-v2/test/protocol-tests-core/src/main/java/software/amazon/awssdk/protocol/wiremock/
DWireMockUtils.java64 public static void verifyRequestCount(int expectedCount, WireMockRule wireMock) { in verifyRequestCount()
/external/cronet/tot/base/test/android/javatests/src/org/chromium/base/test/transit/
DMoreViewConditions.java27 public ViewHasChildrenCountCondition(Supplier<View> viewSupplier, int expectedCount) { in ViewHasChildrenCountCondition()
/external/cronet/stable/base/test/android/javatests/src/org/chromium/base/test/transit/
DMoreViewConditions.java27 public ViewHasChildrenCountCondition(Supplier<View> viewSupplier, int expectedCount) { in ViewHasChildrenCountCondition()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
DThreadTest.java43 long expectedCount = 0; in TestThreads() local
/external/icu/icu4j/main/translit/src/test/java/com/ibm/icu/dev/test/translit/
DThreadTest.java40 long expectedCount = 0; in TestThreads() local
/external/guava/android/guava-tests/test/com/google/common/base/
DUtf8Test.java307 private static void testBytes(int numBytes, long expectedCount) { in testBytes()
322 private static void testBytes(int numBytes, long expectedCount, long start, long lim) { in testBytes()
/external/guava/guava-tests/test/com/google/common/base/
DUtf8Test.java307 private static void testBytes(int numBytes, long expectedCount) { in testBytes()
322 private static void testBytes(int numBytes, long expectedCount, long start, long lim) { in testBytes()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
DFrameCountTest.java67 int expectedCount = getFramesCount(threadID); in testFrameCount001() local
/external/cronet/tot/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DIsValidUtf8TestUtil.java248 static void testBytes(ByteStringFactory factory, int numBytes, long expectedCount) { in testBytes()
264 ByteStringFactory factory, int numBytes, long expectedCount, long start, long lim) { in testBytes()
/external/cronet/stable/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DIsValidUtf8TestUtil.java248 static void testBytes(ByteStringFactory factory, int numBytes, long expectedCount) { in testBytes()
264 ByteStringFactory factory, int numBytes, long expectedCount, long start, long lim) { in testBytes()
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DIsValidUtf8TestUtil.java248 static void testBytes(ByteStringFactory factory, int numBytes, long expectedCount) { in testBytes()
264 ByteStringFactory factory, int numBytes, long expectedCount, long start, long lim) { in testBytes()
/external/easymock/src/org/easymock/internal/
DRange.java74 public String expectedCount() { in expectedCount() method in Range
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DExecutionListTest.java117 final int expectedCount = i; in testOrdering() local
DListenerCallQueueTest.java184 Multiset<Object> counters, Object expectedListener, int expectedCount) { in incrementingEvent()
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DExecutionListTest.java117 final int expectedCount = i; in testOrdering() local
DListenerCallQueueTest.java184 Multiset<Object> counters, Object expectedListener, int expectedCount) { in incrementingEvent()
/external/grpc-grpc-java/alts/src/main/java/io/grpc/alts/internal/
DProtectedPromise.java41 private int expectedCount; field in ProtectedPromise
/external/skia/src/core/
DSkImageFilter_Base.h325 #define SK_IMAGEFILTER_UNFLATTEN_COMMON(localVar, expectedCount) \ argument
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/
DCountModifierTest.java225 int expectedCount = CountModifierDebuggee.EVENT_COUNT; in testEventWithCountModifier() local
/external/aws-sdk-java-v2/http-clients/netty-nio-client/src/main/java/software/amazon/awssdk/http/nio/netty/internal/http2/
DHttpToHttp2OutboundAdapter.java121 private int expectedCount; field in HttpToHttp2OutboundAdapter.SimpleChannelPromiseAggregator
/external/angle/src/tests/gl_tests/
DD3D11FormatTablesTest.cpp150 GLuint expectedCount = (!sampleSuccess || qualityCount == 0) ? 0 : 1; in TEST_P() local
/external/skia/tests/
DSkUTFTest.cpp68 int expectedCount; in DEF_TEST() member

123