New posts in junit4

java.lang.Exception: No runnable methods exception in running JUnits

Reuse spring application context across junit test classes

Mock static methods from multiple class using PowerMock

No tests found with test runner 'JUnit 4'

How to run JUnit tests with Gradle?

Test expected exceptions in Kotlin

How do I assert an Iterable contains elements with a certain property?

Junit: splitting integration test and Unit tests

@RunWith(MockitoJUnitRunner.class) vs MockitoAnnotations.initMocks(this)

Mockito: Mock private field initialization

What's the actual use of 'fail' in JUnit test case?

"Assert in junit.framework has been deprecated" - what next to use?

Why should I use Hamcrest-Matcher and assertThat() instead of traditional assertXXX()-Methods

Mockito + PowerMock LinkageError while mocking system class

Is Java's assertEquals method reliable?

Changing names of parameterized tests

How does Junit @Rule work?

Getting "NoSuchMethodError: org.hamcrest.Matcher.describeMismatch" when running test in IntelliJ 10.5

differences between 2 JUnit Assert classes

How to test that no exception is thrown?