由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Quant版 - test C# lib with developed by others in visual studio 2013 (转载)
相关主题
一个关于在线测试C++的问题请问一下bloomberg这个公司如何?
biuld error of C# reference of namespace in two projects (转载)[合集] Hedge fund面试要做test, 会怎么样?
来,我来说个面试题[CT]Strategy Implementation Quant
[合集] IT quant 到底是干什么的?请问在小公司里做developer是不是工作量很大,稳定吗?
外行弱问个问题……Two Trend Tests
苦逼啊,装了个Visual Studio 2008不会用 -_-[合集] 高盛 C++ 面试题
C# no output of ConsoleWriteLine Visual Studio 2013 (转载)如何用函数指针调用含default parameter的函数?
招聘: Junior Quantitative Developer –Akuna Capital-波士顿/芝加哥C++ 问题
相关话题的讨论汇总
话题: c#话题: lib话题: test话题: dll话题: visual
进入Quant版参与讨论
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页)
进入Quant版参与讨论
相关主题
C++ 问题外行弱问个问题……
(更新)求助:C++里的fstream究竟该怎么用?苦逼啊,装了个Visual Studio 2008不会用 -_-
一个悉尼的对冲基金的c++面试C# no output of ConsoleWriteLine Visual Studio 2013 (转载)
请教一道题招聘: Junior Quantitative Developer –Akuna Capital-波士顿/芝加哥
一个关于在线测试C++的问题请问一下bloomberg这个公司如何?
biuld error of C# reference of namespace in two projects (转载)[合集] Hedge fund面试要做test, 会怎么样?
来,我来说个面试题[CT]Strategy Implementation Quant
[合集] IT quant 到底是干什么的?请问在小公司里做developer是不是工作量很大,稳定吗?
相关话题的讨论汇总
话题: c#话题: lib话题: test话题: dll话题: visual