FireBenchmarks: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
-imm unver
ValterVBot (discussione | contributi)
m Esempi: tag source deprecati, replaced: <source lang= → <syntaxhighlight lang= (2), </source> → </syntaxhighlight> (2)
Riga 43:
* senza specificare una descrizione testuale del test
 
<sourcesyntaxhighlight lang="csharp">
[Test]
[NJC_TestPerformanceRecorder
Riga 57:
/* scrivere qui il codice da testare E tracciare*/
}
</syntaxhighlight>
</source>
 
'''Esempio 2'''<ref>{{Cita web|url=http://www.firebenchmarks.com/Modules/ShortUris/Examples.asp|titolo=Esempi di utilizzo di Firebenchmarks: output XHTML|urlmorto=sì}}</ref>: un test unitario in grado di tracciare il tempo di esecuzione...
Riga 70:
* specificando una descrizione testuale del test
 
<sourcesyntaxhighlight lang="csharp">
[Test]
[NJC_TestPerformanceRecorder
Riga 85:
/* scrivere qui il codice da testare E tracciare*/
}
</syntaxhighlight>
</source>
 
==Note==