Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [verify]

The tag has no usage guidance.

verify
0 votes
1 answer
13 views

Verify.Attributes.cs(14,12): Error CS0579 : Duplicate 'VerifyXunit.UseVerifyAttribute' attribute

I recently added Verify for xUnit to my test project. Now it fails to compile: Verify.Attributes.cs(14,12): Error CS0579 : Duplicate 'VerifyXunit.UseVerifyAttribute' attribute I tried downgrading to ...
Sascha's user avatar
  • 10.3k
0 votes
0 answers
23 views

Why I cannot verify smart contract using Hardhat 2.22.5?

I tried to deploy my own token and verify smart contract on sepolia test net. However, deploy was quite successful. But I encountered a problem. Verify smart contract is really tricky for me. I copied ...
LegendaryDev320's user avatar
0 votes
0 answers
8 views

Redirecting Users from Email Confirmation Link to Frontend Application in Spring Boot / ReactJS Application

I'm currently working on a Spring Boot / ReactJS application. In our user registration flow, we're sending out emails to users containing a link to activate their accounts. When the user clicks on the ...
Noussaiba Zaoui's user avatar
0 votes
1 answer
45 views

Mockito, verify for function invocation when argument is function

Could you suggest me how to check of function invocation if it argument is the function too via Mockito. Let's assume three service classes, details omitted for brevity class SomeService { public ...
MaksimBodrov's user avatar
0 votes
1 answer
237 views

How do you sign and verify a .deb file using debsigs and debsig-verify?

I found it extremely difficult to set up deb file signing and signature verification using debsigs and debsig-verify. There is an old HOWTO out there that is much-referenced, but does not work at ...
Avram's user avatar
  • 193
0 votes
1 answer
52 views

Verify calls using MockMvc in Spring

I currently have a simple controller written in kotlin using spring. When hit, it will call ServiceA which will do some validation. If ServiceA throws an AccountNotFoundException, my controller has a ...
HomeLighter's user avatar
0 votes
1 answer
28 views

I am implementing the authentication system on the front-end and login and logout work well, but I can't verify the token (AxiosError)

I tried confirming the middleware settings and the auth.service and auth.context, increased accepted headers, and temporarily expanded CORS allowed origins to all (*). Since the error isn't specific, ...
Bruno Mendes's user avatar
0 votes
0 answers
116 views

react-native-iap listen to Apple new purchase and cannot verify the transaction

In our Front End we use react-native-iap to listen for the App Store purchase. We get a purchase that have encoded receipt and transaction ID. Then we call Apple API verifyReceipt . From the data we ...
Phuong Duyen Huynh Ngoc's user avatar
0 votes
0 answers
27 views

Verifying Secugen fingerprint capture from database in android java

0 I have working on a biometric sign-in project and I want to verify already captured database fingerprint image of fingerprint where someone can just tap the sensor and it verify with database ...
Pk_sunbrilo's user avatar
0 votes
0 answers
98 views

How do i use hardhat-verify excludes etherscan or sourcify

I would like to create a functionality to verify code on the Klaytn chain (similar to Ethereum side chain). I am attempting to verify code using Hardhat without relying on an explorer like Etherscan. ...
Kkeolmusae's user avatar
0 votes
0 answers
65 views

ERROR verifying contract in Hardhat on snowtrace

I'm trying to verify the contract on snowtrace via Hardhat but I always get the same error: hardhat-verify found one or more errors during the verification process: Etherscan: The address provided as ...
Loner's user avatar
  • 1
0 votes
0 answers
82 views

How to use IgnoreMember to ignore a child property of a json object in VerifyTests

I have a json string and I want the Verify library to ignore the child property bbb. I can ignore the whole aaa property by await VerifyJson(result).IgnoreMember("aaa"); But I do not know ...
Hieu Le's user avatar
  • 1,102
0 votes
0 answers
51 views

Error! Unable to generate Contract Bytecode and ABI code

Compiler debug log: Error! Unable to generate Contract Bytecode and ABI Found the following ContractName(s) in source code : mycontractname But we were unable to locate a matching bytecode (err_code_2)...
Tarit Mahato's user avatar
0 votes
2 answers
58 views

Mockito verify showing more input values than method allows

Hello stack community, I'm having trouble validating input parameters of mocked class method because results are showing that it accepts more input values than method allows. I'll try to explain with ...
MatijaT's user avatar
  • 11
0 votes
0 answers
101 views

Exception: System.Management.ManagementException

Unit tests fail surprisingly after no change with these exception after execution: System.TypeInitializationException: The type initializer for 'DiffEngine.ProcessCleanup' threw an exception. System....
AnneTest123's user avatar

15 30 50 per page
1
2 3 4 5
46