python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
java Junit4 and JUnit5 not picking JUnit5 tests
I have a work environment including bom I dont manage and JUnit5 tests are not picked up unless I import my @Test annotation for test methods from import org.junit.Test; if I import them from import o...
Pipo
Votes: 0
Answers: 1
Android Unit test: Error: EmptyFragmentActivity cannot be cast to BaseActivity. How to get Instance of an Activity which is not defined in Manifest?
I am new to writing Android Test Cases. I am trying to write a test case for a project which is already developed. It has so many Activities and Fragments and we are using Navigation Graph for navigat...
Aanal Shah
Votes: 0
Answers: 0
How to perform unit test on a server socket?
I am a beginner in Java. I have built a client-server group chat application watching tutorials. I read a lot about unit tests and can implement in simple maths problems but i don't know how does it w...
Al Haqq
Votes: 0
Answers: 1
TLSv1.2 ALERT: fatal, handshake_failure
For development purpose, I'm trying to run a small application through a JUnit to invoke a web service in https but I'm stuck in a problem, probably related to the TLS protocol.
I've added all the cer...
aramone
Votes: 0
Answers: 0