OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Strictness
(Results
1 - 4
of
4
) sorted by null
/external/mockito/src/main/java/org/mockito/quality/
Strictness.java
12
* Configures the "
strictness
" of Mockito during a mocking session.
14
* {@code
Strictness
} drives cleaner tests and better productivity.
15
* The easiest way to leverage enhanced {@code
Strictness
} is using
19
* How
strictness
level influences the behavior of the test (mocking session)?
21
* <li>{@link
Strictness
#LENIENT} - no added behavior.
24
* <li>{@link
Strictness
#WARN} - helps keeping tests clean and improves debuggability.
29
* <li>{@link
Strictness
#STRICT_STUBS} - ensures clean tests, reduces test code duplication, improves debuggability.
38
public enum
Strictness
{
41
* No extra
strictness
. Mockito 1.x behavior.
44
* For more information see {@link
Strictness
}
[
all
...]
/external/clang/utils/analyzer/
SATestBuild.py
530
#
Strictness
defines the success criteria for the test:
534
def runCmpResults(Dir,
Strictness
= 0):
585
if
Strictness
>= 2 and NumDiffs > 0:
588
elif
Strictness
>= 1 and ReportsInRef != ReportsInNew:
637
def testProject(ID, ProjectBuildMode, IsReferenceBuild=False, Dir=None,
Strictness
= 0):
656
runCmpResults(Dir,
Strictness
)
663
def testAll(IsReferenceBuild = False, UpdateSVN = False,
Strictness
= 0):
685
testProject(I[0], int(I[1]), IsReferenceBuild, None,
Strictness
)
700
Parser.add_argument('--
strictness
', dest='
strictness
', type=int, default=0
[
all
...]
/prebuilts/tools/common/m2/repository/org/mockito/mockito-core/2.7.1/
mockito-core-2.7.1.jar
/prebuilts/tools/common/m2/repository/org/mockito/mockito-core/2.7.6/
mockito-core-2.7.6.jar
Completed in 1668 milliseconds