aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/ch/fhnw/thga/gradleplugins/SharedTaskLogicTest.java
blob: 6f10d702fd8e002d03446e6c21ceef76f7610971 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package ch.fhnw.thga.gradleplugins;

import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.TestInstance;
import org.junit.jupiter.api.TestInstance.Lifecycle;

@TestInstance(Lifecycle.PER_CLASS)
public class SharedTaskLogicTest 
{
    @Test
    void given_valid_frege_module_name_then_can_extract_class_name()
    {
    }
}