Searched defs:FormatTest (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/leveldatabase/src/db/
H A Ddbformat_test.cc47 class FormatTest { }; class in namespace:leveldb
49 TEST(FormatTest, InternalKey_EncodeDecode) {
65 TEST(FormatTest, InternalKeyShortSeparator) {
101 TEST(FormatTest, InternalKeyShortestSuccessor) {
/external/clang/unittests/Format/
H A DFormatTest.cpp1 //===- unittest/Format/FormatTest.cpp - Formatting unit tests -------------===//
20 class FormatTest : public ::testing::Test { class in namespace:clang::format
101 TEST_F(FormatTest, MessUp) {
113 TEST_F(FormatTest, DoesNotChangeCorrectlyFormatedCode) {
117 TEST_F(FormatTest, FormatsGlobalStatementsAt0) {
124 TEST_F(FormatTest, FormatsUnwrappedLinesAtFirstFormat) {
128 TEST_F(FormatTest, FormatsNestedBlockStatements) {
132 TEST_F(FormatTest, FormatsNestedCall) {
138 TEST_F(FormatTest, NestedNameSpecifiers) {
143 TEST_F(FormatTest, OnlyGeneratesNecessaryReplacement
[all...]

Completed in 113 milliseconds