sencha-lang/Sencha-lang/Tests/TestLexer.h

24 lines
410 B
C
Raw Normal View History

/*
* TestLexer.h
*
* Created on: Nov 4, 2012
* Author: attero
*/
#ifndef TESTLEXER_H_
#define TESTLEXER_H_
#include "TestSuite.h"
class TestLexer : public TestSuite {
public:
TestLexer();
virtual ~TestLexer();
std::string test_searching_keyword_for_not_keyword();
std::string test_searching_keyword();
virtual std::string all_tests();
std::string test_fake();
};
#endif /* TESTLEXER_H_ */