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

wmixvideo / nfe / #7148

04 Dec 2025 02:00PM UTC coverage: 52.281% (+25.3%) from 26.996%
#7148

push

web-flow
Ajuste conforme CTe_Nota_Tecnica_2025_001_RTC_v1.10 (#1126)

* Merge from master

* Revert "Merge from master"

This reverts commit e2ed141c3.

* Revert "Revert "Merge from master""

This reverts commit 05781623b.

* Adição do campo indDoacao e grupo de informações de estorno de crédito. Exclusão do grupo de informações do crédito presumido por não se aplicar aos cClassTrib associados ao CTe. Conforme CTe_Nota_Tecnica_2025_001_RTC_v1.10.

103 of 276 new or added lines in 17 files covered. (37.32%)

2968 existing lines in 404 files now uncovered.

14761 of 28234 relevant lines covered (52.28%)

0.52 hits per line

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

0.0
/src/main/java/com/fincatto/documentofiscal/cte200/classes/cte/CTe.java
1
package com.fincatto.documentofiscal.cte200.classes.cte;
2

3
import com.fincatto.documentofiscal.DFBase;
4
import com.fincatto.documentofiscal.nfe310.classes.nota.assinatura.NFSignature;
5
import org.simpleframework.xml.Element;
6
import org.simpleframework.xml.Namespace;
7
import org.simpleframework.xml.Root;
8

9
@Root(name = "CTe")
10
@Namespace(reference = "http://www.portalfiscal.inf.br/nfe")
UNCOV
11
public class CTe extends DFBase {
×
12
    private static final long serialVersionUID = 3664459758546162479L;
13
    
14
    @Element(name = "infCte")
15
    private CTInfo infCte;
16

17
    @Element(name = "Signature", required = false)
18
    private NFSignature assinatura;
19

20
    public CTInfo getInfCte() {
UNCOV
21
        return this.infCte;
×
22
    }
23

24
    public void setInfCte(final CTInfo infCte) {
UNCOV
25
        this.infCte = infCte;
×
26
    }
×
27

28
    public NFSignature getAssinatura() {
UNCOV
29
        return this.assinatura;
×
30
    }
31

32
    public void setAssinatura(final NFSignature assinatura) {
UNCOV
33
        this.assinatura = assinatura;
×
34
    }
×
35

36
}
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