package org.jnario; import org.jnario.runner.ExampleGroupRunner; import org.jnario.runner.Named; import org.junit.runner.RunWith; @Named("Support") @RunWith(ExampleGroupRunner.class) @SuppressWarnings("all") public class SupportSuite { }