Junit5 (latest two commits) (#825)
* PDF to X * PDF to X * Remove created doc * Code fixes and cleanup for PDF module * Fix web.xml in spring-mvc-web-vs-initializer project * Rollback web.xml * Fixes to PDF article * Merge with main eugen branch * Junit 5 * Fix name of test and modifier
This commit is contained in:
committed by
Grzegorz Piwowarek
parent
aeb8f7595c
commit
2d34971fcc
@@ -1,9 +1,11 @@
|
||||
package com.baeldung;
|
||||
|
||||
import org.junit.gen5.api.Test;
|
||||
import static org.junit.jupiter.api.Assertions.assertEquals;
|
||||
import static org.junit.jupiter.api.Assumptions.assumeFalse;
|
||||
import static org.junit.jupiter.api.Assumptions.assumeTrue;
|
||||
import static org.junit.jupiter.api.Assumptions.assumingThat;
|
||||
|
||||
import static org.junit.gen5.api.Assertions.assertEquals;
|
||||
import static org.junit.gen5.api.Assumptions.*;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
public class AssumptionTest {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user