Skip to content

Commit

Permalink
Classified GeneralGuiUtilsTest as a fast test
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeByDrescher committed Nov 14, 2023
1 parent 67bbdc1 commit ff9d1cc
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,17 @@

import org.junit.Ignore;
import org.junit.Test;
import org.junit.experimental.categories.Category;
import org.vcell.test.Fast;

import javax.swing.*;
import java.awt.*;
import java.util.function.BiFunction;

import static org.junit.Assert.*;


@Category(Fast.class)
public class GeneralGuiUtilsTest {

private void aTest(BiFunction<Class<?>, Component, Container> method){
Expand Down

0 comments on commit ff9d1cc

Please sign in to comment.