We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 923ea63 commit 6bb2c17Copy full SHA for 6bb2c17
src/test/java/com/drandarov/junit5/JUnit5_06_TestingWithSpring5.java
@@ -0,0 +1,22 @@
1
+package com.drandarov.junit5;
2
+
3
+import org.junit.jupiter.api.Test;
4
5
+/**
6
+ *
7
+ * @author dmitrij-drandarov
8
+ * @since XX XXX 2017
9
+ */
10
+class JUnit5_06_TestingWithSpring5 {
11
12
+ /*##############################################
13
+ # xxxxxxxxxxxxxxxxxxxxxx
14
+ ##############################################*/
15
16
+ /**
17
18
19
+ @Test
20
+ void x() {}
21
22
+}
0 commit comments