Name convention
Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
This commit is contained in:
parent
8d51733590
commit
1df33afdbe
@ -99,7 +99,7 @@ public class SWTConsoleShellTest {
|
|||||||
private static final Display DISPLAY = Display.getDefault();
|
private static final Display DISPLAY = Display.getDefault();
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void test() {
|
public void testGeneric() {
|
||||||
final SWTConsoleShell shell = new SWTConsoleShell(DISPLAY, SWT.SHELL_TRIM);
|
final SWTConsoleShell shell = new SWTConsoleShell(DISPLAY, SWT.SHELL_TRIM);
|
||||||
final SWTConsole swtConsole = shell.getManager();
|
final SWTConsole swtConsole = shell.getManager();
|
||||||
try {
|
try {
|
||||||
|
@ -99,7 +99,7 @@ public class SWTConsoleViewTest {
|
|||||||
private static final Display DISPLAY = Display.getDefault();
|
private static final Display DISPLAY = Display.getDefault();
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void test() {
|
public void testGeneric() {
|
||||||
final Shell shell = new Shell(DISPLAY);
|
final Shell shell = new Shell(DISPLAY);
|
||||||
final SWTConsoleView swtConsole = new SWTConsoleView(shell, SWT.NONE);
|
final SWTConsoleView swtConsole = new SWTConsoleView(shell, SWT.NONE);
|
||||||
try (PipedConsoleOutput manager = new PipedConsoleOutput();
|
try (PipedConsoleOutput manager = new PipedConsoleOutput();
|
||||||
|
Loading…
Reference in New Issue
Block a user