Skip to content

Commit

Permalink
Create JUnit5_06_TestingWithSpring5.java
Browse files Browse the repository at this point in the history
  • Loading branch information
drandarov-io authored Aug 1, 2017
1 parent 923ea63 commit 6bb2c17
Showing 1 changed file with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
package com.drandarov.junit5;

import org.junit.jupiter.api.Test;

/**
*
* @author dmitrij-drandarov
* @since XX XXX 2017
*/
class JUnit5_06_TestingWithSpring5 {

/*##############################################
# xxxxxxxxxxxxxxxxxxxxxx
##############################################*/

/**
*
*/
@Test
void x() {}

}

0 comments on commit 6bb2c17

Please sign in to comment.