joaquimcid / mb-unit

Automatically exported from code.google.com/p/mb-unit
0 stars 0 forks source link

Framework icons for test tree #142

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
"Getting icons for frameworks is a little bit involved since we'd have to
support mapping back from test framework nodes to specific ITestFramework
instances.  Certainly doable with custom metadata.  One interesting
side-effect to be aware of is that there may be multiple different tools
supported by a single ITestFramework.  For example, the
PatternTestFramework will be the basis for both MbUnit and NBehave (in all
likelihood).

For About window content, we'll need to define a service that represents a
Gallio plugin.  So we can have IPlugins with Name, Icon and Description and
an IPluginManager." (Jeff)

Original issue reported on code.google.com by grahamr...@gmail.com on 4 Mar 2008 at 8:59

GoogleCodeExporter commented 8 years ago

Original comment by grahamr...@gmail.com on 4 Mar 2008 at 11:24

GoogleCodeExporter commented 8 years ago
This is a branding concern.

For now it should be good enough to just provide icons support for plugins in 
the
Icarus components table.  Later on we can worry about how to add icons to 
reports.

Original comment by jeff.br...@gmail.com on 17 Mar 2008 at 10:54

GoogleCodeExporter commented 8 years ago

Original comment by jeff.br...@gmail.com on 6 Apr 2008 at 2:24

GoogleCodeExporter commented 8 years ago

Original comment by jeff.br...@gmail.com on 19 Nov 2008 at 11:58

GoogleCodeExporter commented 8 years ago
We have framework icons available now.

The idea would be to add an installer component for reports to ensure that all
framework icons are gathered, scaled and copied into the report resources 
folder so
they are ready for display in reports.

Not sure what to do about the CCNet reports.  We could perhaps try using CSS 
embedded
images or something to avoid the mess of having to copy more files onto the 
build server.

Original comment by jeff.br...@gmail.com on 23 May 2009 at 1:50

GoogleCodeExporter commented 8 years ago
How do I get from a TestKinds.Framework TestData to the relevant 
TestFrameworkTraits?

Original comment by grahamr...@gmail.com on 24 May 2009 at 3:47

GoogleCodeExporter commented 8 years ago
Right now you can't but I will add a FrameworkId metadata key to these nodes.

Original comment by jeff.br...@gmail.com on 24 May 2009 at 7:08

GoogleCodeExporter commented 8 years ago
Done.

Original comment by jeff.br...@gmail.com on 16 Jun 2009 at 7:42