DragonNest/Client/DnTableVerifier/skilltree_data_test.h
2024-12-20 16:56:44 +08:00

29 lines
1.3 KiB
C++
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#pragma once
//class CDnCutSceneActor;
class CEtActionBase;
class skilltree_data_test : public ::testing::Test
{
public:
static DNTableFileFormat* s_pSkillTreeTable;
static DNTableFileFormat* s_pSkillTable;
protected:
public:
skilltree_data_test(void);
virtual ~skilltree_data_test(void);
// from gtest /////////////////////////////////////////////////
// 매 테스트 마다 초기화/해제
virtual void SetUp( void );
virtual void TearDown( void );
//
// 테스트 케이스 전체에 해당하는 초기화/해제
static void SetUpTestCase( void );
static void TearDownTestCase( void );
////////////////////////////////////////////////////////////////
};