zoukankan      html  css  js  c++  java
  • NUnit Technical Whitepaper

    The material which the article introduces is collected from the NUnit's official website(http://www.nunit.org) by meself. It includes some basic knowledge about using the NUnit , like Assertion and Attribute. So I call it NUnit technical whitepaper.

    Likewise, it also offers the sample named "Quick Start". This sample is Microsoft Word document which can be downloaded here. it had been translated into Chinese by someone. if you are interested, you can find it by google through typing the keyword "nunit". Of course, you should select the option of "searching the simple chinese webpage" when using the google engine.

    I think these material is very useful to some guys who want to master NUnit. NUnit is the most important tool if you want to practise Unit Test on .Net Platform. If I am free, I'll attempt to translate this article into Chinese as soon as I can.

    By wayfarer

    If you want to read this article, click here please. If you want to see more details, you may visit the NUnit's official websit(http://www.nunit.org), and from that website, you can download the NUnit software, it's free fortunately.

  • 相关阅读:
    KMP算法
    Python 正则表达式
    Python 装饰器
    C/C++ 之输入输出
    PAT(Basic Level)--个位数统计
    Java 接口与抽象类
    Java集合-01概述
    数据结构--红黑树
    数据结构--(AVL)平衡二叉树
    数据结构--二叉搜索树
  • 原文地址:https://www.cnblogs.com/wayfarer/p/75604.html
Copyright © 2011-2022 走看看