]> git.gag.com Git - debian/openrocket/blob - core/test/net/sf/openrocket/gui/TestGUI.java
Added unit tests and fixed rounding problem in ArrayUtils.range().
[debian/openrocket] / core / test / net / sf / openrocket / gui / TestGUI.java
1 package net.sf.openrocket.gui;
2
3 import org.junit.Test;
4
5 public class TestGUI {
6         
7         @Test
8         public void test() {
9                 // No-op
10         }
11         
12 }