Create empty PatternTest class.

This commit is contained in:
Riccardo Azzolini 2018-10-05 20:29:15 +02:00
parent d88f6a05f9
commit 0a386c13f4

View File

@ -0,0 +1,8 @@
package it.cavallium.warppi.math.rules.dsl;
import org.junit.Test;
import static org.junit.Assert.*;
public class PatternTest {
}