testsigmahq / testsigma

A powerful open source test automation platform for Web Apps, Mobile Apps, and APIs. Build stable and reliable end-to-end tests @ DevOps speed.
https://testsigma.com
Apache License 2.0
897 stars 187 forks source link

Check for null value with the appropriate assertion method #376

Open valery1707 opened 11 months ago

valery1707 commented 11 months ago

Description

Replace all occurrences of Assert.isTrue\((\w+)\s?!=\s?null\s*, with Assert.notNull($1,.

Checklist:

CLAassistant commented 11 months ago

CLA assistant check
All committers have signed the CLA.