<?xml version='1.0' encoding='UTF-8'?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:blogger="http://schemas.google.com/blogger/2008" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" version="2.0"><channel><atom:id>tag:blogger.com,1999:blog-5041029224226829877</atom:id><lastBuildDate>Sat, 05 Oct 2024 02:18:59 +0000</lastBuildDate><category>java</category><category>test</category><category>testNg</category><category>j2ee</category><category>junit</category><category>agile</category><category>develop</category><category>maven</category><category>eclipse java</category><category>sviluppo</category><category>web</category><category>collection</category><category>css</category><category>design</category><category>development</category><category>gnome applet drive mount unmout c icon ubuntu</category><category>html</category><category>integration</category><category>j2ee programmazione</category><category>java JTabbedPane orentation swing</category><category>noIF</category><category>sorting</category><category>stile</category><category>style</category><category>tdd</category><category>transcoder</category><category>uml</category><category>unit</category><category>xhtml</category><title>tommyalf@tommyalf.com: /blog/TommyAlf</title><description></description><link>http://tommyalf.blogspot.com/</link><managingEditor>noreply@blogger.com (tommyalf)</managingEditor><generator>Blogger</generator><openSearch:totalResults>24</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5041029224226829877.post-6630264214498812555</guid><pubDate>Wed, 26 Sep 2012 22:46:00 +0000</pubDate><atom:updated>2012-09-26T15:46:39.911-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">eclipse java</category><category domain="http://www.blogger.com/atom/ns#">java</category><category domain="http://www.blogger.com/atom/ns#">tdd</category><category domain="http://www.blogger.com/atom/ns#">test</category><category domain="http://www.blogger.com/atom/ns#">uml</category><title>Tdd + Uml. It&#39;s easy with Architexa.</title><atom:summary type="text">Who loved the TDD  technique generally think that his test sufficiently documents the code.
&quot;I do it (tests). Do you see these tests. It&#39;s easy&quot;. They said.
&amp;nbsp;Then it is not necessary to draw some UML Diagrams.

&amp;nbsp;Are you sure?

&amp;nbsp;Instead, I believe that UML diagram add value to Tdd process. I think that UML could be produced during tdd phases.
&amp;nbsp;We need a powerful tool in order </atom:summary><link>http://tommyalf.blogspot.com/2012/09/tdd-uml-its-easy-with-architexa.html</link><author>noreply@blogger.com (tommyalf)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiEd2IC9VVozqRQaOUbBHDV47XDNreBXL0u3o7VJmq1pI1uYAIX1YuonUFPuoqh_RkReL-Lr2x0U7m8o-nijNxeDSgCjc8DuXr0Sp61k_pWRCKwyNelYaMqCFnMJ_uFZ1fGaAVly3H3S9BR/s72-c/subscriber_le_001.png" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5041029224226829877.post-1807833428977792001</guid><pubDate>Mon, 11 Jun 2012 23:01:00 +0000</pubDate><atom:updated>2012-06-11T16:07:55.980-07:00</atom:updated><title>18 steps to avoid Eclipse Security password paranoic</title><atom:summary type="text">
 1. Download eclipse-jee-indigo-SR2-linux-gtk-x86_64.tar.gz    ([Fast]with this version you can go to   step n°11 org.eclipse.equinox.security.ui_1.1.0.201206102238.jar
)
 2. Install
 3. Open
 4. Add &quot;:pserver:anonymous@dev.eclipse.org:/cvsroot/rt&quot; to your CVS repositories
 5. Check Out : org.eclipse.equinox/security
 6. Import project org.eclipse.equinox/security/bundles/</atom:summary><link>http://tommyalf.blogspot.com/2012/06/18-steps-to-avoid-eclipse-security.html</link><author>noreply@blogger.com (tommyalf)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEju9p-zbXpqmEk0BJ9dddHHv7mqFs406bIuT5lk9L8Wv1C8_ME3yABaF_SgbzuZyAiapbIg_K8bEA5e_mM-79wEEhyphenhyphenC-3JFinKMmGx1yVU-u-F4V78k6VAMR0_8pD5vuL5hDwwvOzqbArtf/s72-c/baseline.png" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5041029224226829877.post-8256082525881744433</guid><pubDate>Wed, 01 Dec 2010 23:04:00 +0000</pubDate><atom:updated>2010-12-01T15:24:22.367-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">collection</category><category domain="http://www.blogger.com/atom/ns#">java</category><category domain="http://www.blogger.com/atom/ns#">sorting</category><title>Five useful ways to sorting in java</title><atom:summary type="text">A rapid overview of java sorting :normal sort of list :  private static List VEGETABLES = Arrays.asList(&quot;apple&quot;, &quot;cocumbers&quot;, &quot;blackberry&quot;);  Collections.sort(VEGETABLES);  output: apple, blackberry, cocumbers   Reverse sorting:  private static List VEGETABLES = Arrays.asList(&quot;apple&quot;, &quot;cocumbers&quot;, &quot;blackberry&quot;);  Collections.sort(VEGETABLES, Collections.reverseOrder());  output: cocumbers, </atom:summary><link>http://tommyalf.blogspot.com/2010/12/java-collection-sort-list.html</link><author>noreply@blogger.com (tommyalf)</author><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5041029224226829877.post-6039297908988760256</guid><pubDate>Tue, 30 Nov 2010 21:53:00 +0000</pubDate><atom:updated>2010-11-30T14:52:14.601-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">gnome applet drive mount unmout c icon ubuntu</category><title>Gnome Applet. The my story with drive mount applet.</title><atom:summary type="text">In my crazy world I think that I must not adapt to operating system and its relative Gui but Os and Gui must adapt to me.When for example gnome applet doesn&#39;t works fine than I would then I download sources, study and change one or two or more time since applet becames right for me.Then few day ago...I added in ubuntu the applet called &quot;drive mount&quot; that it enables anyone to mount and to unmout, </atom:summary><link>http://tommyalf.blogspot.com/2010/11/applet-gnome-gui-c-drivemount-mount.html</link><author>noreply@blogger.com (tommyalf)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgeUMjBSbtFgkmt35Xq95_q4msos5TAVSabA_QPoFsjvRkNAHhIJ9-H-4xaIWXgWJEqmssIWCGK_Uy3kse5Ko_b-VkakjDXXl7WjpSVy6_MEpXCKgfnfVpIX8E0Oa_qVNieUQnjF4S_TR1i/s72-c/firstp.png" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5041029224226829877.post-5675933645647905792</guid><pubDate>Sat, 27 Nov 2010 11:51:00 +0000</pubDate><atom:updated>2010-11-27T04:07:08.336-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">java JTabbedPane orentation swing</category><title>Change JtabbedPane orentation</title><atom:summary type="text">I&#39;m reading a new simple interested question in Stackoverflow: How to make Java tabbed panes display tabs from right to left?Then i&#39;m refering from &quot;How to Use Tabbed Panes&quot; to create a new project based by JTabbedPane component.It&#39;s enough to use &quot;setComponentOrientation&quot; method to change orentation of JTabbedPane. </atom:summary><link>http://tommyalf.blogspot.com/2010/11/java-jtabbedpane-orentation.html</link><author>noreply@blogger.com (tommyalf)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5041029224226829877.post-8746072669929541792</guid><pubDate>Fri, 19 Nov 2010 13:57:00 +0000</pubDate><atom:updated>2012-11-15T02:26:52.966-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">eclipse java</category><title>solved bug of &quot;password paranoic&quot; of security storage for eclipse in linux</title><atom:summary type="text">

Obsolete see: 18 steps to avoid Eclipse Security password paranoic
It&#39;s necessary to remember of the security storage&#39;s password for first use of cvs plugin of eclipse if you use linux.
This issue because the security storage plugin don&#39;t save password. 
If you want save password of security storage you can modify source of plugin &quot;equinox.security.ui&quot; like below:

 

A special thanks to </atom:summary><link>http://tommyalf.blogspot.com/2010/11/security-storage-eclipse-password.html</link><author>noreply@blogger.com (tommyalf)</author><thr:total>3</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5041029224226829877.post-1448385153700027254</guid><pubDate>Fri, 06 Aug 2010 07:48:00 +0000</pubDate><atom:updated>2010-08-06T00:49:09.805-07:00</atom:updated><title>E&#39; Nato</title><atom:summary type="text">Oggi è nato www.tommyalf.com. Allegria!</atom:summary><link>http://tommyalf.blogspot.com/2010/08/e-nato.html</link><author>noreply@blogger.com (tommyalf)</author><thr:total>3</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5041029224226829877.post-411224202353939807</guid><pubDate>Mon, 31 May 2010 08:06:00 +0000</pubDate><atom:updated>2010-05-31T01:17:48.009-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">java</category><category domain="http://www.blogger.com/atom/ns#">junit</category><category domain="http://www.blogger.com/atom/ns#">maven</category><category domain="http://www.blogger.com/atom/ns#">test</category><title>Junit e Maven, finalmente amici!</title><atom:summary type="text">... Usare il plugin di Junit per Eclipse con un multi progetto complesso gestito con Mavena volte può risultare un operazione molto difficile. Il plugin di Maven di Eclipse in verità devecrescere ancora molto.Si ha spesso la necessità di aver dei files di risorse filtrati secondo specifiche politiche configurate in Maven.Purtroppo per Junit è sconosciuta la gestione dei filtri di maven, quindi </atom:summary><link>http://tommyalf.blogspot.com/2010/05/maven-junit-test-filtri-filter.html</link><author>noreply@blogger.com (tommyalf)</author><thr:total>2</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5041029224226829877.post-4842326959060305014</guid><pubDate>Sat, 28 Mar 2009 08:55:00 +0000</pubDate><atom:updated>2009-03-28T02:04:11.762-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">development</category><category domain="http://www.blogger.com/atom/ns#">j2ee programmazione</category><category domain="http://www.blogger.com/atom/ns#">java</category><category domain="http://www.blogger.com/atom/ns#">noIF</category><title>Eliminiamo qualche IF dal nostro codice</title><atom:summary type="text">Oggi ho aderito dopo molto tempo che volevo farlo alla campagna &quot;no IF&quot;. Programmare spesso richiede la capacità di creare non solo codice funzionante ma sopratutto programmi efficaci, facili da modificare e formalmente corretti. Meglio visitare il sito : http://tinyurl.com/daws5m  ed aderire come segno di buona volontà!</atom:summary><link>http://tommyalf.blogspot.com/2009/03/eliminiamo-qualche-if-dal-nostro-codice.html</link><author>noreply@blogger.com (tommyalf)</author><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5041029224226829877.post-652120602552712117</guid><pubDate>Fri, 12 Dec 2008 11:07:00 +0000</pubDate><atom:updated>2008-12-12T03:22:10.506-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">agile</category><category domain="http://www.blogger.com/atom/ns#">j2ee</category><category domain="http://www.blogger.com/atom/ns#">java</category><category domain="http://www.blogger.com/atom/ns#">junit</category><category domain="http://www.blogger.com/atom/ns#">test</category><category domain="http://www.blogger.com/atom/ns#">testNg</category><title>Testng - uso del tag package</title><atom:summary type="text">Qualche post fa si è definito un test tramite questa porzione di xml di configurazione: &amp;lt;parameter name=&quot;parameter&quot;  value=&quot;Questo è il parametro&quot;/&amp;gt;&amp;lt;test name=&quot;Test dei parametri&quot;&amp;gt; &amp;lt;classes&amp;gt;  &amp;lt;class name=&quot;it.testng.parameters.ParametersTest&quot; /&amp;gt; &amp;lt;/classes&amp;gt;&amp;lt;/test&amp;gt;Può nascere durante i test la volontà di eseguire tutti i test riferendosi al package anzichè ad una </atom:summary><link>http://tommyalf.blogspot.com/2008/12/testng-uso-del-tag-package.html</link><author>noreply@blogger.com (tommyalf)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5041029224226829877.post-6773184573269213793</guid><pubDate>Mon, 06 Oct 2008 19:35:00 +0000</pubDate><atom:updated>2008-10-06T13:00:03.059-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">html</category><category domain="http://www.blogger.com/atom/ns#">transcoder</category><category domain="http://www.blogger.com/atom/ns#">web</category><category domain="http://www.blogger.com/atom/ns#">xhtml</category><title>HTML perfetti</title><atom:summary type="text">Con XHTMLTranscoder è possibile ottenere delle pagine html perfette. XHTMLTranscoder corregge ogni imperfezione generando un codice xhtml perfetto.  Ad esempio eseguendo il codice:  XHTMLTranscoder xhtml_transcoder = new XHTMLTranscoder();  // create a dummy HMTML string  String html_string = &quot;&amp;lt;B CLASS=test&amp;gt;put&amp;lt;I&amp;gt;here some broken HTML&amp;lt;/B&amp;gt;&amp;lt;/I&amp;gt;&quot;;  // transcode the string to </atom:summary><link>http://tommyalf.blogspot.com/2008/10/xhtmlwebxmltranscoder.html</link><author>noreply@blogger.com (tommyalf)</author><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5041029224226829877.post-8786720399267723583</guid><pubDate>Sun, 28 Sep 2008 09:13:00 +0000</pubDate><atom:updated>2008-09-28T02:34:18.162-07:00</atom:updated><title>Un altro esempio di stile con bordi</title><atom:summary type="text">box-width: border-box;width: 6em;height: 2.5em;border-radius: 0.5em 2em 0.5em 2em</atom:summary><link>http://tommyalf.blogspot.com/2008/09/esempio-arrontondati-css.html</link><author>noreply@blogger.com (tommyalf)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjUxDVASxQhLnnr3YCbMgOq0MsUgeRh-nsYRT4pTL1WVHSRHugXm7NsXCszhJnZtXqJokx9r7OZPNnrXqYcGONH0MgvR-qsUtPd8UWOQWwOyPfXupK3tRN4GCsP8Vbd-N8UiR5PZ-b1Tcvd/s72-c/rot.gif" height="72" width="72"/><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5041029224226829877.post-2027153301847723066</guid><pubDate>Thu, 25 Sep 2008 10:25:00 +0000</pubDate><atom:updated>2008-09-25T03:37:47.253-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">css</category><category domain="http://www.blogger.com/atom/ns#">design</category><category domain="http://www.blogger.com/atom/ns#">stile</category><category domain="http://www.blogger.com/atom/ns#">style</category><category domain="http://www.blogger.com/atom/ns#">web</category><title>Bordi arrotondati tramite css</title><atom:summary type="text">Tramite css-3 si può creare il proprio stile con mille bordi arrotondati!Alcuni esempi delle proprietà:border-top-left-radius:     4em;border-top-right-radius:    4em;border-bottom-right-radius: 4em;border-bottom-left-radius:  4em;Guarda il link: http://www.w3.org/TR/2008/WD-css3-background-20080910/#the-border-radius</atom:summary><link>http://tommyalf.blogspot.com/2008/09/roundend-border-css-style.html</link><author>noreply@blogger.com (tommyalf)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5041029224226829877.post-7842242922785206289</guid><pubDate>Sat, 07 Jun 2008 11:03:00 +0000</pubDate><atom:updated>2008-06-07T05:08:03.972-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">agile</category><category domain="http://www.blogger.com/atom/ns#">develop</category><category domain="http://www.blogger.com/atom/ns#">j2ee</category><category domain="http://www.blogger.com/atom/ns#">java</category><category domain="http://www.blogger.com/atom/ns#">junit</category><category domain="http://www.blogger.com/atom/ns#">test</category><category domain="http://www.blogger.com/atom/ns#">testNg</category><title>TestNg - Passaggio dei parametri</title><atom:summary type="text">Fin qui le differenze tra TestNg e Junit non appaiono così evidenti.Ma TestNG è un framework avanzato e non vi è bisogno di molto per mostrarlo. Per esempio con testNg non c&#39;è più la necessità di creare costanti o qualsiasi altro metodo per ottenere dei parametri (dati) da utilizzare nei singoli test. TestNG fornisce un&#39;annotazione @Parameter utile per passare dati ai singoli metodi di test.Per </atom:summary><link>http://tommyalf.blogspot.com/2008/06/agile-develop-j2ee-java-junit-testng.html</link><author>noreply@blogger.com (tommyalf)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5041029224226829877.post-2541424982190300606</guid><pubDate>Thu, 05 Jun 2008 07:45:00 +0000</pubDate><atom:updated>2008-06-05T01:14:32.500-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">agile</category><category domain="http://www.blogger.com/atom/ns#">develop</category><category domain="http://www.blogger.com/atom/ns#">j2ee</category><category domain="http://www.blogger.com/atom/ns#">java</category><category domain="http://www.blogger.com/atom/ns#">maven</category><category domain="http://www.blogger.com/atom/ns#">test</category><category domain="http://www.blogger.com/atom/ns#">testNg</category><title>TestNG.zip V1.0 - Prima Versione demo di utilizzo</title><atom:summary type="text">Clicca per eseguire il download della prima versione demo. Potrai ottenere una prima applicazione dei test con il framework TestNg.</atom:summary><link>http://tommyalf.blogspot.com/2008/06/testngzip-v10-prima-versione-demo-di.html</link><author>noreply@blogger.com (tommyalf)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhI30cBJ8-cfNpSsWWTQBz6oUPi-6ko3BGq4HjMynCCEiq_-DScCMEWS8zDLIk48XwjHRVfglvPkUh5z6kv7TwA2z-h9aMYfPwIGVbtk71fepBTi8zEZ1Gxf65qjjwmFfDEnke5ek0KCJ8w/s72-c/testng1_0.gif" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5041029224226829877.post-3343356547217325666</guid><pubDate>Mon, 02 Jun 2008 17:05:00 +0000</pubDate><atom:updated>2008-06-02T10:40:20.484-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">agile</category><category domain="http://www.blogger.com/atom/ns#">develop</category><category domain="http://www.blogger.com/atom/ns#">j2ee</category><category domain="http://www.blogger.com/atom/ns#">junit</category><category domain="http://www.blogger.com/atom/ns#">test</category><category domain="http://www.blogger.com/atom/ns#">testNg</category><title>TestNg - Dipendenze (SoftDependencies)</title><atom:summary type="text">SoftDependencies è il metodo di TestNg per eseguire i test rispettando l&#39;ordine delle dipendenze, senza però che il successo o il fallimento di una dipendenza dipenda da un&#39;altra.Esso è possibile realizzarlo aggiungendo il parametro alwaysRun=true nell&#39;annotazione @Test@Test(alwaysRun=true)</atom:summary><link>http://tommyalf.blogspot.com/2008/06/testng-dipendenze-softdependencies.html</link><author>noreply@blogger.com (tommyalf)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5041029224226829877.post-7675339459552033813</guid><pubDate>Sat, 31 May 2008 22:21:00 +0000</pubDate><atom:updated>2008-05-31T15:45:04.549-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">java</category><category domain="http://www.blogger.com/atom/ns#">junit</category><category domain="http://www.blogger.com/atom/ns#">test</category><category domain="http://www.blogger.com/atom/ns#">testNg</category><title>TestNg - Dipendenze (HardDependencies)</title><atom:summary type="text">Spesso è necessario eseguire i test seguendo un ordine specificato.TestNg permette di aver questa funzionalità secondo due modelli:HardDependencies : i test vengono eseguiti secondo l&#39;ordine costituito dalle dipendenze. Se il test fallisce verrà notificato come SKIP e non FAIL.Ad esempio, se ho un test &quot;tradizionale&quot; nel quale sono presenti 20 dipendenze delle quali soltanto 10 falliscono avrò </atom:summary><link>http://tommyalf.blogspot.com/2008/05/testng-dipendenze-harddependencies.html</link><author>noreply@blogger.com (tommyalf)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5041029224226829877.post-4146554860490489780</guid><pubDate>Sat, 31 May 2008 11:58:00 +0000</pubDate><atom:updated>2008-05-31T05:00:34.016-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">develop</category><category domain="http://www.blogger.com/atom/ns#">j2ee</category><category domain="http://www.blogger.com/atom/ns#">java</category><category domain="http://www.blogger.com/atom/ns#">junit</category><category domain="http://www.blogger.com/atom/ns#">maven</category><category domain="http://www.blogger.com/atom/ns#">sviluppo</category><category domain="http://www.blogger.com/atom/ns#">test</category><category domain="http://www.blogger.com/atom/ns#">testNg</category><title>TestNG - Gestione dei gruppi di test</title><atom:summary type="text">E&#39; anche possibile definire dei gruppi nei test. Così si possono realizzare test divisi per : &#39;unit test&#39;, &#39;integration test&#39; ecc.Ciò può essere realizzato tramite l&#39;annotazione @Test e con il parametro &#39;groups&#39;.package it.testng.samplegroup.test;import org.testng.annotations.Test;public class SampleGroupTest {   @Test(groups = {&quot;gruppo 1&quot;, &quot;gruppo 2&quot;})  public void TestMethod1() {   </atom:summary><link>http://tommyalf.blogspot.com/2008/05/testng-gestione-dei-gruppi-di-test.html</link><author>noreply@blogger.com (tommyalf)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5041029224226829877.post-2402594254692678004</guid><pubDate>Fri, 30 May 2008 20:51:00 +0000</pubDate><atom:updated>2008-05-30T13:58:50.217-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">develop</category><category domain="http://www.blogger.com/atom/ns#">j2ee</category><category domain="http://www.blogger.com/atom/ns#">java</category><category domain="http://www.blogger.com/atom/ns#">maven</category><category domain="http://www.blogger.com/atom/ns#">sviluppo</category><category domain="http://www.blogger.com/atom/ns#">testNg</category><title>TestNg - configurazione di Maven con testng.xml</title><atom:summary type="text">Installare testNG in Maven è molto semplice, è sufficiente: Aggiungere la dipendenza        &amp;lt;dependency&amp;gt;          &amp;lt;groupId&amp;gt;org.testng&amp;lt;/groupId&amp;gt;          &amp;lt;artifactId&amp;gt;testng&amp;lt;/artifactId&amp;gt;                 &amp;lt;version&amp;gt;5.7&amp;lt;/version&amp;gt;          &amp;lt;scope&amp;gt;test&amp;lt;/scope&amp;gt;          &amp;lt;classifier&amp;gt;jdk15&amp;lt;/classifier&amp;gt;        &amp;lt;/dependency&amp;gt; Configurare </atom:summary><link>http://tommyalf.blogspot.com/2008/05/testng-configurazione-di-maven-con.html</link><author>noreply@blogger.com (tommyalf)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5041029224226829877.post-5990064023153113702</guid><pubDate>Fri, 30 May 2008 15:08:00 +0000</pubDate><atom:updated>2008-05-30T08:30:53.592-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">agile</category><category domain="http://www.blogger.com/atom/ns#">integration</category><category domain="http://www.blogger.com/atom/ns#">j2ee</category><category domain="http://www.blogger.com/atom/ns#">java</category><category domain="http://www.blogger.com/atom/ns#">junit</category><category domain="http://www.blogger.com/atom/ns#">test</category><category domain="http://www.blogger.com/atom/ns#">testNg</category><category domain="http://www.blogger.com/atom/ns#">unit</category><title>TestNg - Primo Test</title><atom:summary type="text">Dopo aver creato il Progetto maven SampleOneTestNG in eclipse procederecon il creare una classe nei test di nome SampleOneTest così composta:package it.testng.sampleone.test;import org.testng.annotations.Test;@Testpublic class Test1 {public void sampleOne() {System.out.println(&quot;ok!&quot;);}}da notare che l&#39;annotazione Test ha lo stesso nome di quella di junit ma riferisce ad un jar diverso (</atom:summary><link>http://tommyalf.blogspot.com/2008/05/testng-primo-test.html</link><author>noreply@blogger.com (tommyalf)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5041029224226829877.post-1922557356254465560</guid><pubDate>Fri, 30 May 2008 14:32:00 +0000</pubDate><atom:updated>2008-05-30T07:36:56.401-07:00</atom:updated><title>TestNg - Non solo junit</title><atom:summary type="text">TestNg è un framework di test sviluppato per semplificare e agevolare la realizzazione di suite di unit testing e di integration testing.Scrivere un test normalmente si basa su tre passi:Scrivere le business logic dei tuoi test inserendo le annotazioni di TestNG.Aggiungere delle informazioni circa i metodi di escuzione dei tuoi test, tipo: class name, groups, etc.. nel file descrittore </atom:summary><link>http://tommyalf.blogspot.com/2008/05/testng-non-solo-junit.html</link><author>noreply@blogger.com (tommyalf)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5041029224226829877.post-8983291136189208692</guid><pubDate>Fri, 30 May 2008 10:20:00 +0000</pubDate><atom:updated>2008-05-30T03:21:06.432-07:00</atom:updated><title>E mi rifaccio la pelle</title><atom:summary type="text">Nuova veste grafica.</atom:summary><link>http://tommyalf.blogspot.com/2008/05/e-mi-rifaccio-la-pelle.html</link><author>noreply@blogger.com (tommyalf)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5041029224226829877.post-1840403254180596374</guid><pubDate>Wed, 28 May 2008 21:35:00 +0000</pubDate><atom:updated>2008-06-01T04:30:04.837-07:00</atom:updated><title>TestNg - Annuncio di un framework di test (TestNg about)</title><atom:summary type="text">Vorrei parlarvi di TestNg.TestNg è un framework di test. Chiunque programmi in java conosce quanto sia necessario utilizzare junit per creare dei test d&#39;unità.TestNg offre un framework per rendere più efficienti e meglio organizzati sia i test d&#39;unità, sia i test d&#39;integrazione.Quindi al prossimo post per conoscere qualcosa in piu....</atom:summary><link>http://tommyalf.blogspot.com/2008/05/testng-annuncio-di-un-framework-di-test.html</link><author>noreply@blogger.com (tommyalf)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5041029224226829877.post-163383744792022029</guid><pubDate>Thu, 15 May 2008 07:56:00 +0000</pubDate><atom:updated>2008-05-15T00:57:01.462-07:00</atom:updated><title>Ci sono  anch&#39;io</title><atom:summary type="text">Oggi nasce il mio blog!!!</atom:summary><link>http://tommyalf.blogspot.com/2008/05/ci-sono-anchio.html</link><author>noreply@blogger.com (tommyalf)</author><thr:total>1</thr:total></item></channel></rss>