blob: b6fa8e4df39fef55982b8ac67f1088193c14ea24 (
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");
}
}
|