• phani kumar 95
  • NEWBIE
  • 25 Points
  • Member since 2017

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 6
    Replies
Hello,
as i wrote in the title i've got this issue. the two classes i use are those:
@isTest
public class ContainsProvaTest {
    static testMethod void prova(){
        ContainsProva prova1 = new ContainsProva();
        prova1.contains();
        
    }
}

public with sharing class ContainsProva {
    public void contains() {
        String name = 'Rossella';
        boolean result = name.contains('Ros');
        System.debug('Result is' + result);
    }
  
}

Both classes are inside an Apex sandbox project.

Configuration

test configuration

What's wrong with that?

I read that it could be a bug of salesforce. Can anyone helps me?

Thanks

Rossella
can anyone explain about api and which api used in visualforce pages?

Hi,

 

When should one use variables and when should properties be used? Does one have a technical advantage over other?

 

Thanks

 

Rucha

 

 

  • May 03, 2013
  • Like
  • 0

Hi..

 

 What is the CustomerPortal and PartnerPortal..

 Why we use these in the realtime..

Difference between customerportal and partnerportal..

 

  • July 03, 2012
  • Like
  • 0

I'm trying to mass move reports via the Force.com IDE.

 

I follow the exact steps outlined by SarathPM here: http://success.salesforce.com/questionDetail?qId=a1X30000000IEOSEA4

 

Everytime I try to "Save to Server" after making the appropriate changes I get an error popup that says "Project is not synchronized with the associated Salesforce organization. Do you want to cancel deployment and open Synchronize?" I've clicked No and deployed anyway, which finally worked after many trials.

 

Is this something I should be concerned about? Is there a way to synchronize the project so I don't recieve this message? I'm working on the deployment environment, not sandbox. I've tried opening synchronize view and synchronizing from there first, then making changes but the message always pops up.

 

Thanks.