[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/wshackle/java4cpp/java4cpp-1.2/src/test/resources/use_test.cpp [Back]  [Original]

#include "test.h"
#include 
#include 
#include 
#include 
#include "test_nativerunnable.h"

using namespace test::testpackage;
using namespace test;
using namespace test::java::lang;
using namespace std;

int main(int argc, const char **argv) {

    try {


        Test t1;
        NativeRunnable nr;
        t1.setRunnable(nr);
        int start_number = nr.context->run_count;
        t1.runRunnable();
        if(nr.context->run_count != start_number + 1) {
            cerr 

Web Proxy Viewer  |  New URL  |  Original Page