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

wmixvideo / nfe / #9105

22 May 2026 11:53AM UTC coverage: 50.605%. First build
#9105

push

web-flow
Merge 60c561605 into b9fe1dd17

39 of 84 new or added lines in 75 files covered. (46.43%)

14856 of 29357 relevant lines covered (50.6%)

0.51 hits per line

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

0.0
/src/main/java/com/fincatto/documentofiscal/cte400/classes/os/CTeOSInfoCTeComplementar.java
1
package com.fincatto.documentofiscal.cte300.classes.os;
2

3
import com.fincatto.documentofiscal.DFBase;
4
import com.fincatto.documentofiscal.cte.CTeConfig;
5
import com.fincatto.documentofiscal.validadores.DFStringValidador;
6
import org.simpleframework.xml.Element;
7
import org.simpleframework.xml.Namespace;
8
import org.simpleframework.xml.Root;
9

10
@Root(name = "infCteComp")
11
@Namespace(reference = CTeConfig.NAMESPACE)
12
public class CTeOSInfoCTeComplementar extends DFBase {
13
    private static final long serialVersionUID = 8633547499681692469L;
14

15
    @Element(name = "chCTe")
16
    private String chave;
17

18
    public CTeOSInfoCTeComplementar() {
×
19
        this.chave = null;
×
20
    }
×
21

22
    public String getChave() {
23
        return this.chave;
×
24
    }
25

26
    /**
27
     * Chave do CT-e complementado
28
     */
29
    public void setChave(final String chave) {
NEW
30
        DFStringValidador.exatamente44(chave, "Chave do CT-e complementado");
×
31
        this.chave = chave;
×
32
    }
×
33
}
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

© 2026 Coveralls, Inc