Uses of Class
org.mongounit.model.AssertionResult
Packages that use AssertionResult
-
Uses of AssertionResult in org.mongounit
Methods in org.mongounit that return AssertionResultModifier and TypeMethodDescriptionstatic AssertionResultMongoUnitUtil.assertMatches(List<MongoUnitCollection> expected, List<MongoUnitCollection> actual, MongoUnitProperties mongoUnitProperties) Returns AnAssertionResultwith a 'match' of 'true' if the provided 'expected' and 'actual' lists ofMongoUnitCollections match according to the MongoUnit framework rules, or with 'false' otherwise.static AssertionResultMongoUnitUtil.assertMatches(Map<String, Object> expectedDocument, Map<String, Object> actualDocument, MongoUnitProperties mongoUnitProperties) Returns anAssertionResultwith a 'match' of 'true' if the provided 'expectedDocument' and 'actualDocument' match according to the MongoUnit framework rules, or with 'false' otherwise.static AssertionResultMongoUnitUtil.assertMatches(MongoUnitCollection expected, MongoUnitCollection actual, MongoUnitProperties mongoUnitProperties) Returns AnAssertionResultwith a 'match' of 'true' if the provided 'expected' and 'actual'MongoUnitCollections match according to the MongoUnit framework rules, or with 'false' otherwise.static AssertionResultMongoUnitUtil.assertMatchesMongoUnitValue(Map<String, Object> expectedMongoUnitValue, Object actualValue, String fieldNameIndicator) ReturnsAssertionResultwith a 'match' of 'true' if the provided 'expectedValue' and 'actualValue' match according to the MongoUnit framework rules, or with 'false' otherwise.static AssertionResultMongoUnitUtil.assertMatchesValue(Object expectedValue, Object actualValue, MongoUnitProperties mongoUnitProperties) -
Uses of AssertionResult in org.mongounit.model
Methods in org.mongounit.model that return AssertionResult