aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/resource/ut/resource_ut.cpp
blob: 68b34485cfa4d287e807ee027e73ff06b8b351f7 (plain) (blame)
1
2
3
4
5
6
7
8
#include <library/cpp/resource/resource.h>
#include <library/cpp/testing/unittest/registar.h>

Y_UNIT_TEST_SUITE(TestResource) { 
    Y_UNIT_TEST(Test1) { 
        UNIT_ASSERT_VALUES_EQUAL(NResource::Find("/x"), "na gorshke sidel korol\n");
    }
}