Top "Verify" questions

Verifying a method was called

Using Moq, I have a very odd issue where the setup on a mock only seems to work if the …

c# .net mocking moq verify
Verifying a signature with a public key

I have an external service which call me back after some defined event, and sign his request with its private …

java public-key verify
Selenium WebDriver - how to verify multiple lines text

I have an html page with following contents: <center> This is Login page. <br> Please click …

webdriver verify multiline
How to be a verified publisher?

I wrote an app and I want to sell it online, so I uploaded it to my website and tried …

verify publisher
Verify input text element is not empty in Selenium IDE

How can I verify that an input element has any text in it. It is loaded with random text so …

selenium-ide verify
How to suppress and verify private static method calls?

I am currently stumbling in JUnit testing and need some help. So I got this class with static methods which …

java junit powermock verify suppress
Moq - Is it possible to specify in a Setup the Verify criteria (e.g. Times called)?

If you need to Setup a return value, as well as Verify how many times the expression was called, can …

testing mocking installation moq verify
signature.verify() Always returns False

public static void main(String[] args) { try{ String mod = "q0AwozeUj0VVkoksDQSCTj3QEgODomq4sAr02xMyIrWldZrNHhWfZAIcWt2MuAY3X6S3ZVUfOFXOrVbltRrO3F9…

java encryption private public verify
Python client - SSL lib - certificate verify failed

I'm trying to do a small secure HTTPS client for learning purposes and see how all the mechanics of SSL …

python ssl https client verify
Getting "Caused by: java.lang.VerifyError:"

I created an android application which is used as library in another android application. I used some third party jars …

android verify