scope_harness.testing.ScopeHarnessTestCase

class scope_harness.testing.ScopeHarnessTestCase(methodName='runTest')

A class whose instances are single test cases.

This class extends unittest.TestCase with helper methods relevant for testing of Unity scopes.

assertMatchResult(match_result)

Assert for MatchResult object that fails if match wasn’t successful and prints conditions which were not met by the matcher.