MCPcopy Create free account
hub / github.com/cpputest/cpputest / nextFile

Method nextFile

tests/CppUTest/JUnitOutputTest.cpp:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 name_(filename), isOpen_(true), next_(next) {}
47
48 FileForJUnitOutputTests* nextFile()
49 {
50 return next_;
51 }
52
53 SimpleString name()
54 {

Callers 3

clearMethod · 0.80
amountOfFilesMethod · 0.80
fileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected