Rename unzip tool.
[SquirrelJME.git] / modules / tac / src / test / java / TestProxyMain.java
blobaee15ef8122f7ab35e3ea277e9383a87462c6ace
1 // -*- Mode: Java; indent-tabs-mode: t; tab-width: 4 -*-
2 // ---------------------------------------------------------------------------
3 // Multi-Phasic Applications: SquirrelJME
4 // Copyright (C) Stephanie Gawroriski <xer@multiphasicapps.net>
5 // ---------------------------------------------------------------------------
6 // SquirrelJME is under the Mozilla Public License Version 2.0.
7 // See license.mkd for licensing and copyright information.
8 // ---------------------------------------------------------------------------
10 import cc.squirreljme.runtime.cldc.debug.Debugging;
11 import net.multiphasicapps.tac.TestRunnable;
13 /**
14 * Tests that a proxy main is called when specified for the test which performs
15 * different main handling accordingly.
17 * @since 2022/09/07
19 public class TestProxyMain
20 extends TestRunnable
22 /**
23 * {@inheritDoc}
24 * @since 2022/09/07
26 @Override
27 public void test()
28 throws Throwable
30 synchronized (ProxyMain.class)
32 this.secondary("called", ProxyMain.called);