Skip to content

Commit

Permalink
Merge pull request #2 from Mojang/drokenfu/verify-order-printing-crash
Browse files Browse the repository at this point in the history
Generating single header
  • Loading branch information
drokenfu authored Oct 1, 2021
2 parents b09b7ec + c944223 commit e82c0d8
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 16 deletions.
5 changes: 3 additions & 2 deletions single_header/boost/fakeit.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* FakeIt - A Simplified C++ Mocking Framework
* Copyright (c) Eran Pe'er 2013
* Generated: 2018-06-26 18:57:02.231489
* Generated: 2021-10-01 16:03:49.810624
* Distributed under the MIT License. Please refer to the LICENSE file at:
* https://github.com/eranpeer/FakeIt
*/
Expand Down Expand Up @@ -921,7 +921,8 @@ namespace fakeit {
for (unsigned int i = 0; i < max_size; i++) {
out << " ";
auto invocation = actualSequence[i];
out << invocation->format();

out << invocation->getMethod().name();
if (i < max_size - 1)
out << std::endl;
}
Expand Down
5 changes: 3 additions & 2 deletions single_header/catch/fakeit.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* FakeIt - A Simplified C++ Mocking Framework
* Copyright (c) Eran Pe'er 2013
* Generated: 2018-06-26 18:57:07.158580
* Generated: 2021-10-01 16:04:08.517475
* Distributed under the MIT License. Please refer to the LICENSE file at:
* https://github.com/eranpeer/FakeIt
*/
Expand Down Expand Up @@ -921,7 +921,8 @@ namespace fakeit {
for (unsigned int i = 0; i < max_size; i++) {
out << " ";
auto invocation = actualSequence[i];
out << invocation->format();

out << invocation->getMethod().name();
if (i < max_size - 1)
out << std::endl;
}
Expand Down
5 changes: 3 additions & 2 deletions single_header/gtest/fakeit.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* FakeIt - A Simplified C++ Mocking Framework
* Copyright (c) Eran Pe'er 2013
* Generated: 2018-06-26 18:57:11.532656
* Generated: 2021-10-01 16:04:12.631228
* Distributed under the MIT License. Please refer to the LICENSE file at:
* https://github.com/eranpeer/FakeIt
*/
Expand Down Expand Up @@ -921,7 +921,8 @@ namespace fakeit {
for (unsigned int i = 0; i < max_size; i++) {
out << " ";
auto invocation = actualSequence[i];
out << invocation->format();

out << invocation->getMethod().name();
if (i < max_size - 1)
out << std::endl;
}
Expand Down
5 changes: 3 additions & 2 deletions single_header/mettle/fakeit.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* FakeIt - A Simplified C++ Mocking Framework
* Copyright (c) Eran Pe'er 2013
* Generated: 2018-06-26 18:57:17.340960
* Generated: 2021-10-01 16:04:17.649742
* Distributed under the MIT License. Please refer to the LICENSE file at:
* https://github.com/eranpeer/FakeIt
*/
Expand Down Expand Up @@ -920,7 +920,8 @@ namespace fakeit {
for (unsigned int i = 0; i < max_size; i++) {
out << " ";
auto invocation = actualSequence[i];
out << invocation->format();

out << invocation->getMethod().name();
if (i < max_size - 1)
out << std::endl;
}
Expand Down
5 changes: 3 additions & 2 deletions single_header/mstest/fakeit.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* FakeIt - A Simplified C++ Mocking Framework
* Copyright (c) Eran Pe'er 2013
* Generated: 2018-06-26 18:56:54.208283
* Generated: 2021-10-01 16:04:20.998493
* Distributed under the MIT License. Please refer to the LICENSE file at:
* https://github.com/eranpeer/FakeIt
*/
Expand Down Expand Up @@ -921,7 +921,8 @@ namespace fakeit {
for (unsigned int i = 0; i < max_size; i++) {
out << " ";
auto invocation = actualSequence[i];
out << invocation->format();

out << invocation->getMethod().name();
if (i < max_size - 1)
out << std::endl;
}
Expand Down
5 changes: 3 additions & 2 deletions single_header/qtest/fakeit.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* FakeIt - A Simplified C++ Mocking Framework
* Copyright (c) Eran Pe'er 2013
* Generated: 2018-06-26 18:57:21.353307
* Generated: 2021-10-01 16:04:25.650936
* Distributed under the MIT License. Please refer to the LICENSE file at:
* https://github.com/eranpeer/FakeIt
*/
Expand Down Expand Up @@ -921,7 +921,8 @@ namespace fakeit {
for (unsigned int i = 0; i < max_size; i++) {
out << " ";
auto invocation = actualSequence[i];
out << invocation->format();

out << invocation->getMethod().name();
if (i < max_size - 1)
out << std::endl;
}
Expand Down
5 changes: 3 additions & 2 deletions single_header/standalone/fakeit.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* FakeIt - A Simplified C++ Mocking Framework
* Copyright (c) Eran Pe'er 2013
* Generated: 2018-06-26 18:56:50.368202
* Generated: 2021-10-01 16:04:29.946539
* Distributed under the MIT License. Please refer to the LICENSE file at:
* https://github.com/eranpeer/FakeIt
*/
Expand Down Expand Up @@ -920,7 +920,8 @@ namespace fakeit {
for (unsigned int i = 0; i < max_size; i++) {
out << " ";
auto invocation = actualSequence[i];
out << invocation->format();

out << invocation->getMethod().name();
if (i < max_size - 1)
out << std::endl;
}
Expand Down
5 changes: 3 additions & 2 deletions single_header/tpunit/fakeit.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* FakeIt - A Simplified C++ Mocking Framework
* Copyright (c) Eran Pe'er 2013
* Generated: 2018-06-26 18:57:26.196403
* Generated: 2021-10-01 16:04:36.316239
* Distributed under the MIT License. Please refer to the LICENSE file at:
* https://github.com/eranpeer/FakeIt
*/
Expand Down Expand Up @@ -921,7 +921,8 @@ namespace fakeit {
for (unsigned int i = 0; i < max_size; i++) {
out << " ";
auto invocation = actualSequence[i];
out << invocation->format();

out << invocation->getMethod().name();
if (i < max_size - 1)
out << std::endl;
}
Expand Down

0 comments on commit e82c0d8

Please sign in to comment.