• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

wmixvideo / nfe / #6280

15 Jan 2016 07:08PM UTC coverage: 80.525% (-0.4%) from 80.934%
#6280

push

travis-ci

jefperito
Corrigido testes

Corrigido testes (eclipse cacheou os xsd e houve um problema de testes)

4445 of 5520 relevant lines covered (80.53%)

50.77 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

66.67
/src/main/java/com/fincatto/nfe310/transformers/NFFormaPagamentoMoedaTransformer.java
1
package com.fincatto.nfe310.transformers;
2

3
import org.simpleframework.xml.transform.Transform;
4

5
import com.fincatto.nfe310.classes.nota.NFFormaPagamentoMoeda;
6

7
public class NFFormaPagamentoMoedaTransformer implements Transform<NFFormaPagamentoMoeda> {
687✔
8

9
    @Override
10
    public NFFormaPagamentoMoeda read(final String codigo) throws Exception {
11
        return NFFormaPagamentoMoeda.valueOfCodigo(codigo);
×
12
    }
13

14
    @Override
15
    public String write(final NFFormaPagamentoMoeda pagamentoMoeda) throws Exception {
16
        return pagamentoMoeda.getCodigo();
3✔
17
    }
18
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc