/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

import worldoffri.NazvyPrikazov;
import org.junit.After;
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
import static org.junit.Assert.*;

/**
 *
 * @author novacik1
 */
public class nazvyPrikazovTest {
    private NazvyPrikazov nazvy;
    public nazvyPrikazovTest() {
        
    }

  
    @Before
    public void setUp() {
        
    }
    
    @Test
    public void jePrikazUkonci() {
        assertTrue(nazvy.jePrikaz("ukonci"));
    }
    @Test
    
    
    @After
    public void tearDown() {
    }
    // TODO add test methods here.
    // The methods must be annotated with annotation @Test. For example:
    //
    // @Test
    // public void hello() {}
}
