test C# lib with developed by others in visual studio 2013 (转载)# JobHunting - 待字闺中
l*9
1 楼
【 以下文字转载自 Windows 讨论区 】
发信人: light009 (light009), 信区: Windows
标 题: test C# lib with developed by others in visual studio 2013
发信站: BBS 未名空间站 (Sat Jun 21 11:55:22 2014, 美东)
I would like to test a C# dll lib developed by others in visual studio 2013
on win 7.
The lib has 15 C# files that have many (30+) definitions of C# class and
functions.
In the main() of my test project, I do not know what classes that need to be
implemented ? And what functions should be called to test the dll lib ?
using the_lib_needed_to_be_tested;
namespace test_pos
{
class Program
{
static void Main(string[] args)
{
// what classes that need to be implemented ?
// what functions should be called to test the dll lib ?
}
}
}
Thanks !
发信人: light009 (light009), 信区: Windows
标 题: test C# lib with developed by others in visual studio 2013
发信站: BBS 未名空间站 (Sat Jun 21 11:55:22 2014, 美东)
I would like to test a C# dll lib developed by others in visual studio 2013
on win 7.
The lib has 15 C# files that have many (30+) definitions of C# class and
functions.
In the main() of my test project, I do not know what classes that need to be
implemented ? And what functions should be called to test the dll lib ?
using the_lib_needed_to_be_tested;
namespace test_pos
{
class Program
{
static void Main(string[] args)
{
// what classes that need to be implemented ?
// what functions should be called to test the dll lib ?
}
}
}
Thanks !