Projects tagged ‘csharp’ and ‘tdd’


[23 total ]

5 Users
 

TDD Productivity Plugin for ResharperThis is a plugin for the popular Visual Studio Addin Resharper. This plugin adds additional Context Actions that reduce the keystrokes and mouse clicks required ... [More] to perform Test Driven Development. The goal of this project is to prototype features which make TDD in Visual Studio easier than the Drag & Drop programing that Visual Studio was designed for. It would be great if these features were rolled into Resharper or Visual Studio. Current Features: 1. Move type to new file in different project. 2. Create class in a referenced project. 3. Create interface in a referenced project. 4. Plug in auto update.Previous Version Compatible with Resharper 4.1(933) Latest Version Compatible with Resharper 4.5(1181) [Less]
Created 12 months ago.

5 Users

Caliburn is a framework designed to aid in the development of WPF and Silverlight applications. It implements a variety of UI patterns that are geared towards solving problems encountered in ... [More] real-world scenarios. Some patterns that are enabled by the framework include MVC, MVP, Presentation Model (MVVM), and Commands. Caliburn is based on several years of real-world development with WPF and aims to bring techniques developed in those projects to developers on both the WPF and Silverlight platforms. [Less]
Created about 1 year ago.

1 Users

As developers we often find ourselves writing small one-off pieces of code for use as samples, experiments, prototyping, handy utilities, or any number of off-the-wall-ideas. As it's usually ... [More] considered throw-away code we end up abandoning it shortly after we're done using it. -- But why? Typically because we don't consider the code to be worth the effort of starting a new OSS project just to keep track of it. Well no longer! -- A home for all code The Code Incubator servers as a repository for all of those throw-away bits we churn out. We keep them here so that other may find them, use them, and maybe even learn a little something from them. Enjoy! [Less]
Created about 1 year ago.

0 Users

AutoTest.NET is based off of autotest which is a popular Ruby tool for running your unit tests as soon as your save your files. This practice gives you immediate feedback and helps facilitate real ... [More] test driven development. The 0.1 release is now available. This release is basically a working proof of concept. You will find problems. Right now you can configure what unit testing tool to use, what folder to watch, a folder to ignore, and where msbuild is. Features planned 0.2 are: Use a build file other than the proj file Configure what files to watch Configure additional command line arguments for command line tools Show more about unit test failures Stop on build failure Other future plans: GUI frontend System Tray frontend Visual Studio Add-in? Move to provider model to call more tools? [Less]
Created about 1 year ago.

0 Users

Dependency Injection (DI) is a technique used in Object Oriented Programming to help decoubling and improve testability. Objection is a lightweight Dependency Injection library to help the 'wiring' ... [More] of a an app using DI. It is currently only available for .NET, and is used within the CruiseControl.NET application. [Less]
Created 12 months ago.

0 Users

This is where I will store code that I have created or otherwise consumed as part of my studies.
Created 12 months ago.

0 Users

The purpose of CodeSniffer is to help you find code "smells" within your application.
Created 12 months ago.

0 Users

Пишу по-русски, чтобы все прочли: Проект заморожен Тюлиным, потому что он представляет опасность целостности ... [More] багДБ. Прошу всех заинтересовавшихся высказать в комментах к этой страничке свое мнение. Думаю если 5-10 человек, скажет, что им прожка интересна, и что стандартный веб-интерфес - фуфел, Тюлин не сможет отказать :) Здесь в гугле на закладке Issues можно оставлять баг репорты и фича-реквесты. Прошу. Так же я доступен по асе 264394745. Илья Марголин. ЗЫ: Для тех, кто хочет слить исходники: \\ptah\incoming\TortoiseSVN-1.6.0 (15855).msi Это классная прожка для работы с гугловским SVN репозиторием. Company local bug tracker system desktop client Application is dedicated for developers. It allows to view developer's bug list. Edit bug's comments, test description. Change bug status to fixed, works for me, etc. Application is also introducing some additional bug states. For now it's "suspended", which means you're waiting for some external event to continue working with bug Installation notes: Application requires .NET 3.5 SP1. I guess it's not problem since Microsoft published runtime in updates Application has some dependent assemblies, don't delete them. Application needs configuration file adjustment. Setup credentials before launch. Compilation notes: If you're going to build project by yourself consider following: DesktopBugDB.sln is a common solution you may use Libs is a folder you might want to add to VS "reference paths" list C# 3 is used and VS2008. It's going to be rather complicated to build tool with earlier versions of VS. Open API Solution is divided on 2 parts: executable GUI and class library BugDBLib. This last contains open API to work with BugDB through http. API has two levels: First level makes it easy to interact with generalized BugDB http server. Introduces BugDBConnection class, which knows how to authorize within BugDB server. The second level introduces abstraction of DeveloperBug which allows to do whatever possible with bug on developer level of access [Less]
Created 6 months ago.

0 Users

Prototype tool to create accessors for private/protected/internal methods and fields. These accessors can be extremely useful when writing unit tests to test small units of code that should not be available in any public API of the assembly.
Created 12 months ago.

0 Users

Marc Clifton's Case Study adapted to run with MbUnit 3.0 and Gallio Framework; and more to come ... This is mainly to demonstrate the TDD with some Process Tests ... It is still Marc Clifton's Case ... [More] Study sample put here .. as a baseline ... But there will be more small but useful Test Code samples like MRP, Accounts .. etc in the coming days [Less]
Created 12 months ago.