Package br.com.caelum.stella.nfe.config

Source Code of br.com.caelum.stella.nfe.config.NFEPropertiesTest

package br.com.caelum.stella.nfe.config;

import static org.junit.Assert.*;

import org.junit.Assert;
import org.junit.Test;

import br.com.caelum.stella.nfe.config.NFEProperties;

public class NFEPropertiesTest {

  @Test
  public void deveLerOArquivoDeConfiguracaoDefault() {

    NFEProperties nfeProperties = new NFEProperties();

    assertNotNull(nfeProperties.getProperty("arquivo.config.token"));
    assertNotNull(nfeProperties.getProperty("certificado.senha"));
  }

}
TOP

Related Classes of br.com.caelum.stella.nfe.config.NFEPropertiesTest

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.