由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - test C# lib with developed by others in visual studio 2013 (转载)
相关主题
c++ class definitionbiuld error of C# reference of namespace in two projects
c++ namespace求指教 (转载)面筋(已狗家为主,因为其余记不清了)
平时用c++的,用什么unit test请教一个关于java comparator的问题
C++ online Test 一题【c++里override输出<<总出错】
请教一个IT题目关于hash table
c++问题C++ Q60 calling virtual function in constructor (JPMorgan)
请教一个C++的题目,谢谢问个C++的问题
leetcode OJ 不能使用exception?是不是做software test很没前途啊
相关话题的讨论汇总
话题: c#话题: lib话题: test话题: dll话题: visual
进入JobHunting版参与讨论
1 (共1页)
l******9
发帖数: 579
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 !
1 (共1页)
进入JobHunting版参与讨论
相关主题
是不是做software test很没前途啊请教一个IT题目
请教, javascriptc++问题
[合集] google 面试题请教一个C++的题目,谢谢
刚刚的MS面试leetcode OJ 不能使用exception?
c++ class definitionbiuld error of C# reference of namespace in two projects
c++ namespace求指教 (转载)面筋(已狗家为主,因为其余记不清了)
平时用c++的,用什么unit test请教一个关于java comparator的问题
C++ online Test 一题【c++里override输出<<总出错】
相关话题的讨论汇总
话题: c#话题: lib话题: test话题: dll话题: visual