Home
last modified time | relevance | path

Searched defs:descStr (Results 1 – 1 of 1) sorted by relevance

/external/mockito/src/test/java/org/mockito/internal/matchers/
DEqualsTest.java33 String descStr = new Equals(100).toStringWithType(); in shouldDescribeWithExtraTypeInfo() local
40 String descStr = new Equals(100L).toStringWithType(); in shouldDescribeWithExtraTypeInfoOfLong() local
47 String descStr = new Equals("x").toStringWithType(); in shouldDescribeWithTypeOfString() local
54 String descStr = new Equals("str").toString(); in shouldAppendQuotingForString() local
61 String descStr = new Equals('s').toString(); in shouldAppendQuotingForChar() local
68 String descStr = new Equals(100).toString(); in shouldDescribeUsingToString() local
75 String descStr = new Equals(null).toString(); in shouldDescribeNull() local