C# Class NAnt.MSBuild.NAntLogger.DummyTask

Sample task used for testing.
Inheritance: NAnt.Core.Task
Afficher le fichier Open project: skolima/NAnt

Méthodes publiques

Méthode Description
DummyTask ( Project p, string name ) : System

Sample task constructor.

Méthodes protégées

Méthode Description
ExecuteTask ( ) : void

Test method.

Method Details

DummyTask() public méthode

Sample task constructor.
public DummyTask ( Project p, string name ) : System
p NAnt.Core.Project Project to assign task to.
name string Sample name property.
Résultat System

ExecuteTask() protected méthode

Test method.
protected ExecuteTask ( ) : void
Résultat void