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