public class Test001SimpleUseCase extends Object
RandomizedRunner. Follow test cases in their alphabetic order.
One way to start using RandomizedRunner is to declare
your suite class as being executed by RandomizedRunner (using
RunWith annotation). The success() method doesn't do anything
useful but runs under RandomizedRunner. We know this for sure because we
can hide a hook before() method to be private
(and normal JUnit doesn't allow this).
Copyright © 2011-2012 Carrot Search s.c.. All Rights Reserved.