~dobey/unity-api/add-simple-logger

« back to all changes in this revision

Viewing changes to test/gtest/unity/util/Logger/Logger_test.cpp

  • Committer: Rodney Dawes
  • Date: 2017-03-30 19:33:23 UTC
  • Revision ID: rodney.dawes@canonical.com-20170330193323-z3qcvyfy7ee47jn5
Not actually using gmock here.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
#include <unity/util/Logger.h>
20
20
 
21
 
#include <gmock/gmock.h>
22
21
#include <gtest/gtest.h>
23
22
 
24
23
#include <sstream>