Run all tests in Junit 4

Though it does not really solve your immediate problem, I find it a very useful general practice to create suites and suites of suites, e.g. for a package something like PackageFooSuite etc. and assemble these suites in one or more suites again, like ModuleFooSuite and have one top-level suite, like AllTestsSuite. That way it’s easy … Read more

configuring existing eclipse java project to build using gradle

Okay, So if you have simple java project which has dir/file structure as below Step-1: create file name build.gradle in project root directory as below Step-2: add following gradle script in build.gradle apply plugin: ‘java’ apply plugin: ‘eclipse’ archivesBaseName=”someJar” version = ‘1.0-SNAPSHOT’ repositories { mavenCentral() } jar { manifest { attributes ‘Main-Class’: ‘com.test.Run’ } } … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)