MCPcopy Create free account
hub / github.com/apache/solr / test

Method test

solr/core/src/test/org/apache/solr/search/DocSetPerf.java:28–32  ·  view source on GitHub ↗
(boolean condition)

Source from the content-addressed store, hash-verified

26
27 // use test instead of assert since asserts may be turned off
28 public static void test(boolean condition) {
29 if (!condition) {
30 throw new RuntimeException("test requestHandler: assertion failed!");
31 }
32 }
33
34 static FixedBitSet bs;
35 static BitDocSet bds;

Callers 1

mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected