[Pharo-project] Annotated tests in help system
Stef wrote in thread "1.2 vision"
for me this one is the key one :)
Hi Stef, file in the attached file in 1.1./1.2 and then evaluate: HelpBrowser openOn: TestReference It's not perfect but I think it can serve your example. Time is limited but you should easily get the idea. Feel free to adopt it to your needs. "TestReference" is just a simple entry point similar to existing "SystemReference". Work is done in TestAPIHelpBuilder who queries the pragmas (#test:about:tag:) and builds the topic structure. I still think written docu is better, but API help and tests are better than nothing... Bye T. -- GMX DSL: Internet-, Telefon- und Handy-Flat ab 19,99 EUR/mtl. Bis zu 150 EUR Startguthaben inklusive! http://portal.gmx.net/de/go/dsl
thanks! I will have a look. On Jun 30, 2010, at 4:11 PM, Torsten Bergmann wrote:
Stef wrote in thread "1.2 vision"
for me this one is the key one :)
Hi Stef,
file in the attached file in 1.1./1.2 and then evaluate:
HelpBrowser openOn: TestReference
It's not perfect but I think it can serve your example. Time is limited but you should easily get the idea. Feel free to adopt it to your needs.
"TestReference" is just a simple entry point similar to existing "SystemReference". Work is done in TestAPIHelpBuilder who queries the pragmas (#test:about:tag:) and builds the topic structure.
I still think written docu is better, but API help and tests are better than nothing...
Bye T.
-- GMX DSL: Internet-, Telefon- und Handy-Flat ab 19,99 EUR/mtl. Bis zu 150 EUR Startguthaben inklusive! http://portal.gmx.net/de/go/dsl <HelpSystem-HelpOnTests.st>_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (2)
-
Stéphane Ducasse -
Torsten Bergmann