about summary refs log tree commit diff
path: root/usth/ICT2.2/labwork/2/my-app/src/test/java/com/mycompany/app/AppTest.java
blob: 4291826e2d833e747ff19960d4db31af60397af9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.mycompany.app;

import static org.junit.Assert.assertTrue;

import org.junit.Test;

// Unit test for simple App.
public class AppTest 
{
  // Rigorous Test :-)
  @Test
  public void shouldAnswerWithTrue()
  {
    assertTrue( true );
  }
}