mirror of
				https://github.com/OpenMW/openmw.git
				synced 2025-10-27 00:56:39 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
	
		
			209 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			209 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| #include <gtest/gtest.h>
 | |
| #include "components/misc/stringops.hpp"
 | |
| 
 | |
| struct StringOpsTest : public ::testing::Test
 | |
| {
 | |
|   protected:
 | |
|     virtual void SetUp()
 | |
|     {
 | |
|     }
 | |
| 
 | |
|     virtual void TearDown()
 | |
|     {
 | |
|     }
 | |
| };
 |