2 * Copyright 2013, Stephan Aßmus <superstippi@gmx.de>.
3 * All rights reserved. Distributed under the terms of the MIT License.
5 #ifndef TEXT_DOCUMENT_TEST_H
6 #define TEXT_DOCUMENT_TEST_H
9 #include <Application.h>
12 class TextDocumentTest
: public BApplication
{
15 virtual ~TextDocumentTest();
17 virtual void ReadyToRun();
21 #endif // TEXT_DOCUMENT_TEST_H