Package org.easetech.easytest.interceptor

Package containing various interceptors part of the EasyTest framework.

See: Description

Package org.easetech.easytest.interceptor Description

Package containing various interceptors part of the EasyTest framework. Interceptors can be used to intercept calls to the class that is being tested by the test method. It gives convenience and control to the end user. For example, using the method interceptors, a user can know how much time did a test method take. A user can also decide to fail the test method in case it takes more than the specified amount of time.

Copyright © 2014. All rights reserved.